Revision: 9067
Author: [email protected]
Date: Thu Oct 14 10:09:56 2010
Log: Fix checkstyle break.
Patch by: bobv
Review by: rjrjr

http://code.google.com/p/google-web-toolkit/source/detail?r=9067

Modified:
/trunk/samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/widgets/ZipPlusFourBox.java

=======================================
--- /trunk/samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/widgets/ZipPlusFourBox.java Thu Oct 14 08:15:26 2010 +++ /trunk/samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/widgets/ZipPlusFourBox.java Thu Oct 14 10:09:56 2010
@@ -53,8 +53,11 @@
         case 9:
           text = text.subSequence(0, 5) + "-" + text.subSequence(5, 9);
           // Fall-though intentional
+          // CHECKSTYLE_OFF
         case 5:
+          // Fall-through intentional
         case 10:
+          // CHECKSTYLE_ON
           if (PATTERN.test(text.toString())) {
             return text.toString();
           } else {

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to