### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.ui.tests Index: ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java,v retrieving revision 1.153 diff -u -r1.153 LocalCorrectionsQuickFixTest.java --- ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java 2 Feb 2009 10:02:32 -0000 1.153 +++ ui/org/eclipse/jdt/ui/tests/quickfix/LocalCorrectionsQuickFixTest.java 4 Feb 2009 11:50:18 -0000 @@ -5770,7 +5770,7 @@ buf.append(" case 1:\n"); buf.append(" foo();\n"); buf.append(" break;\n"); - buf.append(" case 2:\n"); + buf.append(" case 2:\n"); buf.append(" foo();\n"); buf.append(" break;\n"); buf.append(" default:\n"); @@ -6833,7 +6833,7 @@ buf.append(" switch (i) {\n"); buf.append(" case 1:\n"); buf.append(" time= System.currentTimeMillis();\n"); - buf.append(" break;\n"); + buf.append(" break;\n"); buf.append(" case 2:\n"); buf.append(" time= 3;\n"); buf.append(" }\n"); @@ -6867,7 +6867,7 @@ buf.append(" switch (i) {\n"); buf.append(" case 1:\n"); buf.append(" time= System.currentTimeMillis();\n"); - buf.append(" //$FALL-THROUGH$\n"); + buf.append(" //$FALL-THROUGH$\n"); buf.append(" case 2:\n"); buf.append(" time= 3;\n"); buf.append(" }\n"); @@ -6916,7 +6916,7 @@ buf.append(" switch (i) {\n"); buf.append(" case 1:\n"); buf.append(" time= System.currentTimeMillis();\n"); - buf.append(" break;\n"); + buf.append(" break;\n"); buf.append(" default:\n"); buf.append(" time= 3;\n"); buf.append(" }\n"); @@ -6950,7 +6950,7 @@ buf.append(" switch (i) {\n"); buf.append(" case 1:\n"); buf.append(" time= System.currentTimeMillis();\n"); - buf.append(" //$FALL-THROUGH$\n"); + buf.append(" //$FALL-THROUGH$\n"); buf.append(" default:\n"); buf.append(" time= 3;\n"); buf.append(" }\n"); @@ -7037,7 +7037,7 @@ buf.append(" case 1:\n"); buf.append(" time= System.currentTimeMillis();\n"); buf.append(" // fall through is OK\n"); - buf.append(" //$FALL-THROUGH$\n"); + buf.append(" //$FALL-THROUGH$\n"); buf.append(" default:\n"); buf.append(" time= 3;\n"); buf.append(" }\n");