Skip to content

Commit

Permalink
Fix reflection problem
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 4, 2018
1 parent 8b3a536 commit a802712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/etc/gosh_profile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ __status_on = {


__load_class_from = {
(($1 class) classLoader) loadClass $2
(($1 class) getClassLoader) loadClass $2
}
__get_static_field = {
((__load_class_from $.session $1) getField $2) get null
Expand Down

0 comments on commit a802712

Please sign in to comment.