You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2016/10/23 21:26:32 UTC

jclouds git commit: Enable LongLiteralLowerCaseSuffix

Repository: jclouds
Updated Branches:
  refs/heads/master 3c9f66b8e -> 37101b782


Enable LongLiteralLowerCaseSuffix

Readers can confuse this with 1.


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/37101b78
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/37101b78
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/37101b78

Branch: refs/heads/master
Commit: 37101b7825edce7899c8a12e02f2153168ebc4df
Parents: 3c9f66b
Author: Andrew Gaul <ga...@apache.org>
Authored: Sun Oct 23 14:25:34 2016 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Sun Oct 23 14:26:03 2016 -0700

----------------------------------------------------------------------
 project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/37101b78/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index c33acfc..4eed21e 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -801,7 +801,7 @@
               <compilerArg>-Xep:JUnit4SetUpNotRun:ERROR</compilerArg>
               <compilerArg>-Xep:JUnit4TearDownNotRun:ERROR</compilerArg>
               <compilerArg>-Xep:JUnit4TestNotRun:ERROR</compilerArg>
-              <compilerArg>-Xep:LongLiteralLowerCaseSuffix:OFF</compilerArg>  <!-- noisy -->
+              <compilerArg>-Xep:LongLiteralLowerCaseSuffix:ERROR</compilerArg>
               <compilerArg>-Xep:MisusedWeekYear:ERROR</compilerArg>
               <compilerArg>-Xep:NarrowingCompoundAssignment:ERROR</compilerArg>
               <compilerArg>-Xep:NonCanonicalStaticImport:ERROR</compilerArg>