Repository: incubator-beam
Updated Branches:
  refs/heads/master ee198d4e9 -> 0f2e6f37e


checkstyle: ban netty internal classes

Accidentally used Netty's ThreadLocalRandom and want to prevent further uses


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

Branch: refs/heads/master
Commit: 3433b134d0551f744556aee38cee55129ec4f79f
Parents: 0a0bb90
Author: Dan Halperin <dhalp...@google.com>
Authored: Sun May 15 18:06:21 2016 -0700
Committer: Dan Halperin <dhalp...@google.com>
Committed: Mon May 16 11:07:07 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/3433b134/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 b739243..30eddcc 100644
--- a/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
+++ b/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
@@ -110,7 +110,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
     </module>
 
     <module name="IllegalImport">
-      <property name="illegalPkgs" value="com.google.api.client.repackaged, 
com.google.api.client.util.util.ByteStreams, 
com.google.api.client.util.Charsets, com.google.api.client.util.Collections2, 
com.google.api.client.util.Joiner, com.google.api.client.util.Lists, 
com.google.api.client.util.Maps, com.google.api.client.util.Objects, 
com.google.api.client.util.Preconditions, com.google.api.client.util.Sets, 
com.google.api.client.util.Strings, com.google.api.client.util.Throwables"/>
+      <property name="illegalPkgs" value="com.google.api.client.repackaged, 
com.google.api.client.util.util.ByteStreams, 
com.google.api.client.util.Charsets, com.google.api.client.util.Collections2, 
com.google.api.client.util.Joiner, com.google.api.client.util.Lists, 
com.google.api.client.util.Maps, com.google.api.client.util.Objects, 
com.google.api.client.util.Preconditions, com.google.api.client.util.Sets, 
com.google.api.client.util.Strings, com.google.api.client.util.Throwables, 
io.netty.util.internal"/>
     </module>
 
     <module name="UnusedImports">

Reply via email to