Skip to content

Commit 55c420c

Browse files
committed
Bump version to 2.0-rc08 and update a comment
1 parent f6475a6 commit 55c420c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.monora.coolsocket</groupId>
88
<artifactId>core</artifactId>
9-
<version>2.0-rc07</version>
9+
<version>2.0-rc08</version>
1010
<name>CoolSocket</name>
1111
<description>Bidirectional TCP socket layer and server</description>
1212
<url>https://github.com//libcoolsocket/java</url>

src/main/java/org/monora/coolsocket/core/session/ActiveConnection.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,7 @@ public static class Description
934934
public final Flags flags;
935935

936936
/**
937-
* The unique integer representing this description which is used verify that read and write operation
938-
* is made true the same owner
937+
* The unique integer that verifies that read and write operations happens within the same description.
939938
*/
940939
public final int operationId;
941940

0 commit comments

Comments
 (0)