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
enebo committed Apr 15, 2018

Verified

This commit was signed with the committer’s verified signature.
wyattjoh Wyatt Johnson
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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit df5f4a0

Please sign in to comment.