Skip to content

Commit 12db873

Browse files
committed
Polish Javadoc in RequestAttributes
1 parent bf6ee16 commit 12db873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-web/src/main/java/org/springframework/web/context/request/RequestAttributes.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2013 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -135,14 +135,14 @@ public interface RequestAttributes {
135135

136136
/**
137137
* 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})
139139
*/
140140
String getSessionId();
141141

142142
/**
143143
* Expose the best available mutex for the underlying session:
144144
* 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})
146146
*/
147147
Object getSessionMutex();
148148

0 commit comments

Comments
 (0)