You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/conversation/manager/AbstractConversationResolver.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
* License for the specific language governing permissions and limitations under
14
14
* the License.
15
15
*/
16
-
packageorg.springframework.conversation.scope;
16
+
packageorg.springframework.conversation.manager;
17
+
17
18
18
19
/**
19
20
* The abstract implementation for a {@link ConversationResolver}.
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/conversation/manager/ConversationManager.java
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/conversation/manager/ConversationManagerImpl.java
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/conversation/manager/ConversationResolver.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* License for the specific language governing permissions and limitations under
14
14
* the License.
15
15
*/
16
-
packageorg.springframework.conversation.scope;
16
+
packageorg.springframework.conversation.manager;
17
17
18
18
/**
19
19
* The current conversation resolver is another extension point for the
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/conversation/manager/ThreadAttachedConversationResolver.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
* License for the specific language governing permissions and limitations under
14
14
* the License.
15
15
*/
16
-
packageorg.springframework.conversation.scope;
16
+
packageorg.springframework.conversation.manager;
17
+
17
18
18
19
/**
19
20
* An implementation of the {@link ConversationResolver} where the currently
@@ -28,14 +29,14 @@ public class ThreadAttachedConversationResolver extends AbstractConversationReso
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/conversation/scope/DefaultConversationScope.java
Copy file name to clipboardExpand all lines: org.springframework.web/src/main/java/org/springframework/web/conversation/WebBasedConversationResolver.java
0 commit comments