Repository: groovy Updated Branches: refs/heads/master d9c74df77 -> 45e76e7c6
Trivial refactoring Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/45e76e7c Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/45e76e7c Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/45e76e7c Branch: refs/heads/master Commit: 45e76e7c6c63866502bc2659c57306ccfc30a9c7 Parents: d9c74df Author: sunlan <[email protected]> Authored: Mon Dec 4 08:56:03 2017 +0800 Committer: sunlan <[email protected]> Committed: Mon Dec 4 08:56:03 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/45e76e7c/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; }
