File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-web/src/main/java/org/springframework/web/context/request Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -135,14 +135,14 @@ public interface RequestAttributes {
135
135
136
136
/**
137
137
* Return an id for the current underlying session.
138
- * @return the session id as String (never {@code null}
138
+ * @return the session id as String (never {@code null})
139
139
*/
140
140
String getSessionId ();
141
141
142
142
/**
143
143
* Expose the best available mutex for the underlying session:
144
144
* that is, an object to synchronize on for the underlying session.
145
- * @return the session mutex to use (never {@code null}
145
+ * @return the session mutex to use (never {@code null})
146
146
*/
147
147
Object getSessionMutex ();
148
148
You can’t perform that action at this time.
0 commit comments