Skip to content

Commit eee50d3

Browse files
committed
Polishing
1 parent 92af390 commit eee50d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/AbstractSockJsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* path resolution and handling of static SockJS requests (e.g. "/info", "/iframe.html",
6060
* etc). Sub-classes must handle session URLs (i.e. transport-specific requests).
6161
*
62-
* By default, only same origin requests are allowed. Use {@link #setAllowedOrigins}
62+
* <p>By default, only same origin requests are allowed. Use {@link #setAllowedOrigins}
6363
* to specify a list of allowed origins (a list containing "*" will allow all origins).
6464
*
6565
* @author Rossen Stoyanchev

spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/HtmlFileTransportHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2022 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.
@@ -41,7 +41,7 @@
4141

4242
/**
4343
* An HTTP {@link TransportHandler} that uses a famous browser
44-
* {@code document.domain technique}. See <a href=
44+
* {@code document.domain} technique. See <a href=
4545
* "https://stackoverflow.com/questions/1481251/what-does-document-domain-document-domain-do">
4646
* stackoverflow.com/questions/1481251/what-does-document-domain-document-domain-do</a>
4747
* for details.

0 commit comments

Comments
 (0)