From 86e95abae56c8999feccff42321db60f0c0362e3 Mon Sep 17 00:00:00 2001 From: Vlad Dumitrescu Date: Tue, 12 May 2015 08:20:49 +0200 Subject: Remove extra @param in javadoc This gives an error when building the docs. --- lib/jinterface/java_src/com/ericsson/otp/erlang/OtpSelf.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/jinterface/java_src/com/ericsson/otp/erlang/OtpSelf.java') 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 */ -- cgit v1.2.3