File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/org/monora/coolsocket/core/session Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments