aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpOutputStream.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/OtpOutputStream.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/OtpOutputStream.java')
-rw-r--r--lib/jinterface/java_src/com/ericsson/otp/erlang/OtpOutputStream.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpOutputStream.java b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpOutputStream.java
index a78423db44..c98790bbd4 100644
--- a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpOutputStream.java
+++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpOutputStream.java
@@ -202,7 +202,7 @@ public class OtpOutputStream extends ByteArrayOutputStream {
/**
* Write an array of bytes to the stream.
*
- * @param buf
+ * @param bytes
* the array of bytes to write.
*
*/
@@ -637,7 +637,7 @@ public class OtpOutputStream extends ByteArrayOutputStream {
* Write a positive short to the stream. The short is interpreted as a two's
* complement unsigned short even if it is negative.
*
- * @param s
+ * @param us
* the short to use.
*/
public void write_ushort(final short us) {