fix wrong copy-pasted comment

This commit is contained in:
Andreas Dangel
2015-05-20 20:40:29 +02:00
parent 869d4c7005
commit 7e0cd20740

View File

@ -79,7 +79,7 @@ public class ShortMethodName {
<code><![CDATA[
public class ShortMethodName {
public void longMethodName() {}
public void bar() {} // too short
public void bar() {} // that's ok now
}
]]></code>
</test-code>