minor: fix for checkstyle violations

This commit is contained in:
Roman Ivanov 2015-12-23 08:11:25 -08:00
parent 2d7f43aa76
commit 62d1bad0cf
1 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<p>
We need minimized but compilable Java file and minimized config with one Check that cause problem.<br/>
We do not need real source code. Any obfuscation of your super secret code is OK.<br/>
Link to your source code would be awesome.
Link to your source code would be awesome.
Code has to be compilable, in other case behaviour could be strange.
</p>
@ -67,7 +67,6 @@
<source><![CDATA[
/var/tmp $ javac Test.java
/var/tmp $ cat Test.java
public class Test{ // Doesn't warn - incorrect
private static final int SOMETHING = 1;