Skip to content

Commit 52806cd

Browse files
committed
Polishing (aligned with 5.1.x)
1 parent eac7f88 commit 52806cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/server/support/OriginHandshakeInterceptor.java

Lines changed: 2 additions & 1 deletion
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.
@@ -79,6 +79,7 @@ public void setAllowedOrigins(Collection<String> allowedOrigins) {
7979
}
8080

8181
/**
82+
* Return the allowed {@code Origin} header values.
8283
* @since 4.1.5
8384
* @see #setAllowedOrigins
8485
*/

0 commit comments

Comments
 (0)