Repository: incubator-beam
Updated Branches:
  refs/heads/master 4e5cfc4cf -> 07c60a965


Revert "Add wildcard to checkstyle ordering"

This reverts commit 7562a936527a4594cb76fcd1df77579e3b7f809d.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1f80c096
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1f80c096
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/1f80c096

Branch: refs/heads/master
Commit: 1f80c096e9387fcc95f039b09b29197b5dda9e87
Parents: 4e5cfc4
Author: Davor Bonaci <[email protected]>
Authored: Sun May 8 13:45:58 2016 -0700
Committer: Davor Bonaci <[email protected]>
Committed: Sun May 8 13:45:58 2016 -0700

----------------------------------------------------------------------
 sdks/java/build-tools/src/main/resources/beam/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1f80c096/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
----------------------------------------------------------------------
diff --git a/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml 
b/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
index f92a0a1..2a4f832 100644
--- a/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
+++ b/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
@@ -97,7 +97,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
       <!-- Checks for out of order import statements. -->
 
       <property name="severity" value="error"/>
-      <property name="groups" 
value="org.apache.beam,com.google,android,com,io,Jama,junit,net,org,sun,*,java,javax"/>
+      <property name="groups" 
value="org.apache.beam,com.google,android,com,io,Jama,junit,net,org,sun,java,javax"/>
       <!-- This ensures that static imports go first. -->
       <property name="option" value="top"/>
       <property name="tokens" value="STATIC_IMPORT, IMPORT"/>

Reply via email to