Skip to content

Commit

Permalink
[Truffle] Fix FindBugs warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Feb 27, 2015
1 parent 3485ab6 commit fb65bf6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public int compare(RubySymbol a, RubySymbol b) {
}

@Specialization(guards = "!isRubySymbol(arguments[1])")
public RubyNilClass CompareNode(RubySymbol symbol, Object other) {
public RubyNilClass compare(RubySymbol symbol, Object other) {
notDesignedForCompilation();
return getContext().getCoreLibrary().getNilObject();
}
Expand Down

0 comments on commit fb65bf6

Please sign in to comment.