second shot at adding all this stuff
This commit is contained in:
1 parent
a9bfdc1f15
commit
6627815c27
1 file changed
+1
-1
+1
-1
@@ -21,7 +21,7 @@ bad, literal comes last
|
||||
<code><![CDATA[
|
||||
public class Foo {
|
||||
boolean bar(String x) {
|
||||
return equalsIgnoreCase("2");
|
||||
return x.equalsIgnoreCase("2");
|
||||
}
|
||||
}
|
||||
]]></code>
|
||||
|
||||
Reference in new issue
Block a user