Skip to content

Commit 4adb0c5

Browse files
authored
Merge pull request TooTallNate#1167 from GrpeApple/master
Remove trailing whitespace
2 parents 5f8d597 + 392fb1c commit 4adb0c5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this release 1 issue and 1 pull request were closed.
4141

4242
This release requires API Level 1.7.
4343

44-
#### Security
44+
#### Security
4545

4646
This release contains a security fix for [CVE-2020-11050](https://nvd.nist.gov/vuln/detail/CVE-2020-11050).
4747

@@ -345,4 +345,4 @@ In this release 11 issues and 15 pull requests were closed.
345345
* [Issue 271](https://github.com/TooTallNate/Java-WebSocket/issues/271) - There is no notification for websocket server success start
346346
* [PR 462](https://github.com/TooTallNate/Java-WebSocket/pull/462) - Make TCP_NODELAY accessible
347347

348-
In this release 6 issues and 1 pull request were closed.
348+
In this release 6 issues and 1 pull request were closed.

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Implemented WebSocket protocol versions are:
1515
* [RFC 6455](http://tools.ietf.org/html/rfc6455)
1616
* [RFC 7692](http://tools.ietf.org/html/rfc7692)
1717

18-
[Here](https://github.com/TooTallNate/Java-WebSocket/wiki/Drafts) some more details about protocol versions/drafts.
19-
[PerMessageDeflateExample](https://github.com/TooTallNate/Java-WebSocket/wiki/PerMessageDeflateExample) enable the extension with reference to both a server and client example.
18+
[Here](https://github.com/TooTallNate/Java-WebSocket/wiki/Drafts) some more details about protocol versions/drafts.
19+
[PerMessageDeflateExample](https://github.com/TooTallNate/Java-WebSocket/wiki/PerMessageDeflateExample) enable the extension with reference to both a server and client example.
2020

2121

2222
## Getting Started
@@ -76,14 +76,14 @@ Writing your own WebSocket Client
7676
The `org.java_websocket.client.WebSocketClient` abstract class can connect to
7777
valid WebSocket servers. The constructor expects a valid `ws://` URI to
7878
connect to. Important events `onOpen`, `onClose`, `onMessage` and `onError`
79-
get fired throughout the life of the WebSocketClient, and must be implemented
79+
get fired throughout the life of the WebSocketClient, and must be implemented
8080
in **your** subclass.
8181

8282
An example for a WebSocketClient can be found in both the [wiki](https://github.com/TooTallNate/Java-WebSocket/wiki#client-example) and the [example](https://github.com/TooTallNate/Java-WebSocket/tree/master/src/main/example) folder.
8383

8484
Examples
8585
-------------------
86-
86+
8787
You can find a lot of examples [here](https://github.com/TooTallNate/Java-WebSocket/tree/master/src/main/example).
8888

8989
WSS Support

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ sonar.organization=marci4-github
22
sonar.projectKey=org.java-websocket:Java-WebSocket
33

44
# relative paths to source directories. More details and properties are described
5-
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
5+
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
66
sonar.sources=src/main/java/org/java_websocket

0 commit comments

Comments
 (0)