Skip to content

Commit

Permalink
Comment Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiatras committed Mar 11, 2024
1 parent 3c92055 commit 0d2fa2b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/>
<group>
<file>file:/C:/Development/extasys/Extasys%20for%20Java%20Examples/Extasys.Examples.TCPChatClient/src/Extasys/Examples/TCPChatClient/TCPChatClient.java</file>
</group>
</open-files>
</project-private>
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/Development/extasys/Extasys%20for%20Java%20Examples/Extasys.Examples.TCPChatServer/src/Extasys/Examples/TCPChatServer/TCPChatServer.java</file>
</group>
</open-files>
</project-private>
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,9 @@ public boolean isAutoApplyMessageSplitterOn()
}

/**
* Sets the Auto-Apply Message Splitter to outgoing messages On or Off
* Sets the Auto-Apply Message Splitter state. If this is set to true then
* Extasys will automatically apply the Message Collector splitter to all
* outgoing messages of this TCP Connector.
*
* @param value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,9 @@ public boolean isAutoApplyMessageSplitterOn()
}

/**
* Sets the Auto-Apply Message Splitter to outgoing messages On or Off
* Sets the Auto-Apply Message Splitter state. If this is set to true then
* Extasys will automatically apply the Message Collector splitter to all
* outgoing messages of this TCP Listener.
*
* @param value
*/
Expand Down
2 changes: 1 addition & 1 deletion Extasys for Java/src/Extasys/Settings/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ of this software and associated documentation files (the "Software"), to deal
public class Settings
{

public static final String VERSION = "Extasys NT v1.0.3";
public static final String VERSION = "Extasys NT v1.0.4";
}

0 comments on commit 0d2fa2b

Please sign in to comment.