Skip to content

Commit 999c169

Browse files
committed
Merge pull request #1888 from vpavic:patch-1
* pr/1888: Polish WebSession javadoc
2 parents 9498da5 + b1e28a5 commit 999c169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/web/server/WebSession.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2018 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.
@@ -127,7 +127,7 @@ default <T> T getAttributeOrDefault(String name, T defaultValue) {
127127
* </ul>
128128
* <p>Note that this method is not intended for direct use by applications.
129129
* Instead it is automatically invoked just before the response is
130-
* committed is committed.
130+
* committed.
131131
* @return {@code Mono} to indicate completion with success or error
132132
*/
133133
Mono<Void> save();

0 commit comments

Comments
 (0)