diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java index 4bb566eb464..98b9941fc85 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java @@ -153,6 +153,7 @@ public class ConnectionEstablisher * @param bindAddr the local IP address to bind to * @param timeout the idle duration to wait before shutting down * @param ticket validation id required by the client to access the DataStore + * @since 3.2 */ public ConnectionEstablisher(String port, int backlog, InetAddress bindAddr, String timeout, String ticket) { diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/Server.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/Server.java index 96edd114013..d92751f2682 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/Server.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/Server.java @@ -170,6 +170,7 @@ public class Server implements Runnable * @param bindAddr the local IP address to bind to * @param timeout the idle time to wait before shutting down * @param ticket the ticket that the client needs to interact with the DataStore + * @since 3.2 */ public Server(String port, int backlog, InetAddress bindAddr, String timeout, String ticket) {