This commit is contained in:
Dmitry Jemerov
2009-09-11 17:54:01 +04:00
parent 7b8e590baf
commit bc94b5f3ff
17 changed files with 8 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
public class TestRefactor
{
public String uiTest1 = new String("Test1"),
newField = new String("Test2"),
uiTest3 = new String("Test1");
{ System.out.println(newField);}
}