Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 12, 2015
1 parent 3f5a605 commit 94bda8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/ruby/jruby/java/java_utilities.rb
@@ -1,7 +1,7 @@
module JavaUtilities
def self.extend_proxy(java_class_name, &block)
java_class = JavaUtilities.get_proxy_class(java_class_name)
java_class.class_eval &block
java_class.class_eval(&block)
end

def self.print_class(java_type, indent="")
Expand Down

0 comments on commit 94bda8d

Please sign in to comment.