Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 978785c37 -> 7ffffa519


Trivial refactoring

(cherry picked from commit 45e76e7)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7ffffa51
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/7ffffa51
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/7ffffa51

Branch: refs/heads/GROOVY_2_5_X
Commit: 7ffffa519240549bfaa8b3c368618a2ae6014612
Parents: 0d9ec32
Author: sunlan <[email protected]>
Authored: Mon Dec 4 08:56:03 2017 +0800
Committer: sunlan <[email protected]>
Committed: Mon Dec 4 11:29:19 2017 +0800

----------------------------------------------------------------------
 src/main/org/codehaus/groovy/classgen/asm/CompileStack.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/7ffffa51/src/main/org/codehaus/groovy/classgen/asm/CompileStack.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/classgen/asm/CompileStack.java 
b/src/main/org/codehaus/groovy/classgen/asm/CompileStack.java
index 2d7d8b1..35133bb 100644
--- a/src/main/org/codehaus/groovy/classgen/asm/CompileStack.java
+++ b/src/main/org/codehaus/groovy/classgen/asm/CompileStack.java
@@ -165,7 +165,7 @@ public class CompileStack implements Opcodes {
         }
     }
 
-    private class ExceptionTableEntry {
+    private static class ExceptionTableEntry {
         Label start,end,goal;
         String sig;
     }

Reply via email to