aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.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/OtpNode.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/OtpNode.java')
-rw-r--r--lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java
index d499fae3fb..be7c8e5b1a 100644
--- a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java
+++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java
@@ -182,7 +182,7 @@ public class OtpNode extends OtpLocalNode {
* Create an unnamed {@link OtpMbox mailbox} that can be used to send and
* receive messages with other, similar mailboxes and with Erlang processes.
* Messages can be sent to this mailbox by using its associated
- * {@link OtpMbox#self pid}.
+ * {@link OtpMbox#self() pid}.
*
* @return a mailbox.
*/
@@ -248,7 +248,7 @@ public class OtpNode extends OtpLocalNode {
* Create an named mailbox that can be used to send and receive messages
* with other, similar mailboxes and with Erlang processes. Messages can be
* sent to this mailbox by using its registered name or the associated
- * {@link OtpMbox#self pid}.
+ * {@link OtpMbox#self() pid}.
*
* @param name
* a name to register for this mailbox. The name must be unique