Repository: cxf
Updated Branches:
  refs/heads/master 7263bb6f9 -> 0fbd966c8


Remove some irrelevant final modifiers to make newer PMD happy


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0fbd966c
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0fbd966c
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0fbd966c

Branch: refs/heads/master
Commit: 0fbd966c8495f4beccf6719eb1e6efd06eb00971
Parents: 7263bb6
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Jul 28 11:56:36 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Jul 28 11:56:36 2017 -0400

----------------------------------------------------------------------
 .../cxf/tools/corba/processors/idl/IDLLexer.java    | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0fbd966c/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLLexer.java
----------------------------------------------------------------------
diff --git 
a/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLLexer.java
 
b/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLLexer.java
index a02e54c..216f6ec 100644
--- 
a/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLLexer.java
+++ 
b/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLLexer.java
@@ -1883,13 +1883,13 @@ tryAgain:
        }
 
 
-       private static final long[] mk_tokenSet_0() {
+       private static long[] mk_tokenSet_0() {
                long[] data = new long[1025];
                data[1]=576460743847706622L;
                return data;
        }
        public static final BitSet _tokenSet_0 = new BitSet(mk_tokenSet_0());
-       private static final long[] mk_tokenSet_1() {
+       private static long[] mk_tokenSet_1() {
                long[] data = new long[2048];
                data[0]=-1025L;
                for (int i = 1; i<=1022; i++) { data[i]=-1L; }
@@ -1897,7 +1897,7 @@ tryAgain:
                return data;
        }
        public static final BitSet _tokenSet_1 = new BitSet(mk_tokenSet_1());
-       private static final long[] mk_tokenSet_2() {
+       private static long[] mk_tokenSet_2() {
                long[] data = new long[2048];
                data[0]=-140737488355329L;
                for (int i = 1; i<=1022; i++) { data[i]=-1L; }
@@ -1905,7 +1905,7 @@ tryAgain:
                return data;
        }
        public static final BitSet _tokenSet_2 = new BitSet(mk_tokenSet_2());
-       private static final long[] mk_tokenSet_3() {
+       private static long[] mk_tokenSet_3() {
                long[] data = new long[2048];
                data[0]=-145135534867457L;
                for (int i = 1; i<=1022; i++) { data[i]=-1L; }
@@ -1913,7 +1913,7 @@ tryAgain:
                return data;
        }
        public static final BitSet _tokenSet_3 = new BitSet(mk_tokenSet_3());
-       private static final long[] mk_tokenSet_4() {
+       private static long[] mk_tokenSet_4() {
                long[] data = new long[2048];
                data[0]=-4398046512129L;
                for (int i = 1; i<=1022; i++) { data[i]=-1L; }
@@ -1921,7 +1921,7 @@ tryAgain:
                return data;
        }
        public static final BitSet _tokenSet_4 = new BitSet(mk_tokenSet_4());
-       private static final long[] mk_tokenSet_5() {
+       private static long[] mk_tokenSet_5() {
                long[] data = new long[2048];
                data[0]=-549755813889L;
                data[1]=-268435457L;
@@ -1930,14 +1930,14 @@ tryAgain:
                return data;
        }
        public static final BitSet _tokenSet_5 = new BitSet(mk_tokenSet_5());
-       private static final long[] mk_tokenSet_6() {
+       private static long[] mk_tokenSet_6() {
                long[] data = new long[1025];
                data[0]=287948901175001088L;
                data[1]=541165879422L;
                return data;
        }
        public static final BitSet _tokenSet_6 = new BitSet(mk_tokenSet_6());
-       private static final long[] mk_tokenSet_7() {
+       private static long[] mk_tokenSet_7() {
                long[] data = new long[2048];
                data[0]=-17179869185L;
                data[1]=-268435457L;

Reply via email to