diff options
author | Vlad Dumitrescu <[email protected]> | 2015-05-12 08:20:49 +0200 |
---|---|---|
committer | Vlad Dumitrescu <[email protected]> | 2015-05-12 08:20:49 +0200 |
commit | 86e95abae56c8999feccff42321db60f0c0362e3 (patch) | |
tree | 33ce20357d4042902e1f6becf10f124066729504 /lib/jinterface | |
parent | ce96ab6d64768cd6536011ccdecc08191c238220 (diff) | |
download | otp-86e95abae56c8999feccff42321db60f0c0362e3.tar.gz otp-86e95abae56c8999feccff42321db60f0c0362e3.tar.bz2 otp-86e95abae56c8999feccff42321db60f0c0362e3.zip |
Remove extra @param in javadoc
This gives an error when building the docs.
Diffstat (limited to 'lib/jinterface')
-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 */ |