Skip to content

Commit 957306c

Browse files
robotdanmmanes
andauthored
Update src/main/java/org/primeframework/mvc/action/DefaultActionMappingWorkflow.java
Co-authored-by: Mark Manes <mark.manes@fusionauth.io>
1 parent 3bf8248 commit 957306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/primeframework/mvc/action/DefaultActionMappingWorkflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void perform(WorkflowChain chain) throws IOException {
9595
Class<?> actionClass = actionInvocation.configuration.actionClass;
9696
logger.debug("The action class [{}] does not have a valid execute method for the HTTP method [{}]", actionClass.getCanonicalName(), method);
9797

98-
// Differentiate between not allowed for this action, vs no-implemented (supported by prime-mvc).
98+
// Differentiate between not allowed for this action, vs not-implemented (supported by prime-mvc).
9999
if (HTTPMethod.StandardMethods.containsKey(method.name())) {
100100
throw new NotAllowedException();
101101
}

0 commit comments

Comments
 (0)