Revision: 8700
Author: fabb...@google.com
Date: Thu Sep  2 09:18:59 2010
Log: This should have been in r8671
http://code.google.com/p/google-web-toolkit/source/detail?r=8700

Modified:
 /trunk/eclipse/settings/code-style/gwt-checkstyle.xml

=======================================
--- /trunk/eclipse/settings/code-style/gwt-checkstyle.xml Fri Aug 27 09:23:17 2010 +++ /trunk/eclipse/settings/code-style/gwt-checkstyle.xml Thu Sep 2 09:18:59 2010
@@ -1,3 +1,4 @@
+//depot/google3/third_party/java_src/gwt/svn/trunk/eclipse/settings/code-style/gwt-checkstyle.xml#3 - edit change 17030460 (text)
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
This configuration file was written by the eclipse-cs plugin configuration editor
@@ -193,7 +194,12 @@
         <module name="MethodParamPad"/>
         <module name="NoWhitespaceBefore">
             <property name="severity" value="error"/>
-            <property name="tokens" value="SEMI,DOT,POST_DEC,POST_INC"/>
+            <property name="tokens" value="SEMI,POST_DEC,POST_INC"/>
+        </module>
+        <module name="NoWhitespaceBefore">
+            <property name="severity" value="error"/>
+            <property name="allowLineBreaks" value="true"/>
+            <property name="tokens" value="DOT"/>
         </module>
         <module name="RedundantModifier"/>
         <module name="EqualsHashCode"/>

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

Reply via email to