Skip to content

Commit d4b1bb1

Browse files
author
Micha Kiener
committed
SPR-6419, manager implementation
1 parent f8ba7f9 commit d4b1bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.context/src/main/java/org/springframework/conversation/ConversationEndingType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public enum ConversationEndingType {
7474
* failed with an exception. It only works for {@link #SUCCESS} and
7575
* {@link #CANCEL} as the other types are only used internally. For every
7676
* other type, the same type is being returned in order to use this method
77-
* as a convenience no mather which type provided.
77+
* as a convenience no matter which type provided.
7878
*
7979
* @param type the ending type specified by an ending annotation
8080
* @return the type to be used instead as ending failed

0 commit comments

Comments
 (0)