Skip to content

Commit 0abb17a

Browse files
committed
Polishing (aligned with 5.1.x)
1 parent d5a80d2 commit 0abb17a

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-2016 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.
@@ -78,6 +78,7 @@ public void setAllowedOrigins(Collection<String> allowedOrigins) {
7878
}
7979

8080
/**
81+
* Return the allowed {@code Origin} header values.
8182
* @since 4.1.5
8283
* @see #setAllowedOrigins
8384
*/

0 commit comments

Comments
 (0)