Fixed classname

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1600 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-03-24 19:16:43 +00:00
parent a6707fb4d0
commit f3bbbeae0e

View File

@ -1,7 +1,7 @@
public class IfStmtsMustUseBraces3 {
public class IfStmtsMustUseBraces2 {
public void foo() {
if (true) {
int x=2;
}
}
}
}