sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 12:52:25 +03:00
parent 127db13c12
commit b2147def98
15 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import static java.lang.Integer.parseInt;
// "Static Import Method 'java.lang.Integer.parseInt'" "true"
// "Static import method 'java.lang.Integer.parseInt'" "true"
public class X {
{
<caret>parseInt("",10);