diff options
author | Henrik Nord <[email protected]> | 2015-05-19 14:52:08 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-05-19 14:52:12 +0200 |
commit | 16f9ecd064786283a022f9bcb0448bf881474c6e (patch) | |
tree | 989596cd94f4467ff7d455a8ae38b0d2c0448197 | |
parent | 8059e4952a436fe2f1e9e8506224654fa8032b32 (diff) | |
parent | 86e95abae56c8999feccff42321db60f0c0362e3 (diff) | |
download | otp-16f9ecd064786283a022f9bcb0448bf881474c6e.tar.gz otp-16f9ecd064786283a022f9bcb0448bf881474c6e.tar.bz2 otp-16f9ecd064786283a022f9bcb0448bf881474c6e.zip |
Merge branch 'vladdu/jinterface_javadoc_fix'
* vladdu/jinterface_javadoc_fix:
Remove extra @param in javadoc
OTP-12746
-rw-r--r-- | lib/jinterface/java_src/com/ericsson/otp/erlang/OtpSelf.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpSelf.java b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpSelf.java index 5b9d13ad81..74afbbcca6 100644 --- a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpSelf.java +++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpSelf.java @@ -153,9 +153,6 @@ public class OtpSelf extends OtpLocalNode { * the port number you wish to use for incoming connections. * Specifying 0 lets the system choose an available port. * - * @param transportFactory - * the transport factory to use when creating connections. - * * @exception IOException * in case of server transport failure */ |