Skip to content

Commit ae326bb

Browse files
committed
copy
1 parent bf766b8 commit ae326bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/primeframework/mvc/action/result/DefaultResultInvocationWorkflow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ public Object invoke(Object proxy, Method method, Object[] args) throws Throwabl
195195
return resultCode;
196196
}
197197

198+
// For all other methods, defer to the actual annotation
198199
return method.invoke(annotation, args);
199200
}
200201
}

0 commit comments

Comments
 (0)