aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-12-30 15:53:03 +0100
committerLukas Larsson <[email protected]>2012-01-03 17:45:19 +0100
commitfb223910eb89d438b05491904f317e56a69d2b36 (patch)
tree7959fa873d223fcacad0cbf3133ed7075bebb7ad /lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java
parent34dca57472ba2f4e82bb03d3713e3318613093bb (diff)
downloadotp-fb223910eb89d438b05491904f317e56a69d2b36.tar.gz
otp-fb223910eb89d438b05491904f317e56a69d2b36.tar.bz2
otp-fb223910eb89d438b05491904f317e56a69d2b36.zip
Fix some broken links in documentation
Diffstat (limited to 'lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java')
-rw-r--r--lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java
index 71a419497a..d6f319d378 100644
--- a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java
+++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java
@@ -31,7 +31,7 @@ package com.ericsson.otp.erlang;
* the recipient of the message. When sending messages to other mailboxes, the
* recipient can only respond if the sender includes the pid as part of the
* message contents. The sender can determine his own pid by calling
- * {@link #self self()}.
+ * {@link #self() self()}.
* </p>
*
* <p>