aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2014-06-08 12:37:10 +0200
committerAnthony Ramine <[email protected]>2014-06-08 12:37:56 +0200
commitb4a5bbca115693f222cdeb7ebc040dba354e0ad8 (patch)
tree020260000e790858bccc8bfbc6b0064245520715 /lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java
parentc9e36ab16034bb7fe71f772df6bba22070976bbf (diff)
downloadotp-b4a5bbca115693f222cdeb7ebc040dba354e0ad8.tar.gz
otp-b4a5bbca115693f222cdeb7ebc040dba354e0ad8.tar.bz2
otp-b4a5bbca115693f222cdeb7ebc040dba354e0ad8.zip
Fix a few javadoc errors
Reported-by: Boris Mühmer
Diffstat (limited to 'lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java')
-rw-r--r--lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java
index 6f507bf4bb..31a5d0fb8f 100644
--- a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java
+++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java
@@ -30,14 +30,14 @@ package com.ericsson.otp.erlang;
* </p>
*
* <p>
- * The header information that is available is as follows: <lu>
+ * The header information that is available is as follows: <ul>
* <li> a tag indicating the type of message
* <li> the intended recipient of the message, either as a
* {@link OtpErlangPid pid} or as a String, but never both.
* <li> (sometimes) the sender of the message. Due to some eccentric
* characteristics of the Erlang distribution protocol, not all messages have
* information about the sending process. In particular, only messages whose tag
- * is {@link OtpMsg#regSendTag regSendTag} contain sender information. </lu>
+ * is {@link OtpMsg#regSendTag regSendTag} contain sender information. </ul>
*
* <p>
* Message are sent using the Erlang external format (see separate