aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-07-09 11:07:50 +0200
committerBruce Yinhe <[email protected]>2014-07-09 11:07:50 +0200
commit68d2b742d4720c5edfee8e4465df3357ff2c18d2 (patch)
treec1677ad430ab32c3d04e9ca266dda5e8e590649f /lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMsg.java
parent94285675ec46fe935e10f34c706adc4a3b333e1d (diff)
parentb4a5bbca115693f222cdeb7ebc040dba354e0ad8 (diff)
downloadotp-68d2b742d4720c5edfee8e4465df3357ff2c18d2.tar.gz
otp-68d2b742d4720c5edfee8e4465df3357ff2c18d2.tar.bz2
otp-68d2b742d4720c5edfee8e4465df3357ff2c18d2.zip
Merge branch 'nox/fix-javadoc' into maint
OTP-12050 * nox/fix-javadoc: Fix a few javadoc errors
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