Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed May 29, 2015
1 parent 3a0f0a1 commit 9c7c9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/nustaq/net/TCPObjectServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
* Created by ruedi on 22.08.14.
*
* As socket allowing to send/receive serializable objects
* see ./test/net for an example
* see ./test/net for an example.
*
* Note that by providing a Json configuration, it can be used cross language
*
*/
public class TCPObjectServer {
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/org/nustaq/net/TCPObjectSocket.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* As socket allowing to send/receive serializable objects
* see ./test/net for an example
*
* Note that by providing a Json configuration, it can be used cross language
*
*/
public class TCPObjectSocket {

Expand Down

0 comments on commit 9c7c9de

Please sign in to comment.