Skip to content

Commit

Permalink
heh missed a file where I did id_string vs to_s.
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 15, 2018
1 parent 332bea3 commit df5f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby/stdlib/jruby/compiler/java_signature.rb
Expand Up @@ -15,7 +15,7 @@ def initialize(string, ast)
end

def name
@ast.name.id_string
@ast.name.to_s
end

def as_java_type(string); self.class.as_java_type(string) end
Expand Down

0 comments on commit df5f4a0

Please sign in to comment.