diff options
Diffstat (limited to 'src/main/javassist/CtNewWrappedConstructor.java')
-rw-r--r-- | src/main/javassist/CtNewWrappedConstructor.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/javassist/CtNewWrappedConstructor.java b/src/main/javassist/CtNewWrappedConstructor.java index 091a6c9a..7163f1ce 100644 --- a/src/main/javassist/CtNewWrappedConstructor.java +++ b/src/main/javassist/CtNewWrappedConstructor.java @@ -39,6 +39,7 @@ class CtNewWrappedConstructor extends CtNewWrappedMethod { howToCallSuper, body, parameterTypes, constParam); cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); + // a stack map table is not needed. return cons; } catch (NotFoundException e) { |