diff --git a/README.md b/README.md index 015e66e66d9da166643f947a292eb0283a45265c..f2a651fb074fcae603e91266a07d1a9738178ae8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Available versions: | JInterface | Erlang versions supported | |------------|---------------------------| +| 1.10.1 | >=22.1, <23 | | 1.10 | >=22, <22.1 | | 1.9.1 | >=21.1, <22 | diff --git a/java_src/com/ericsson/otp/erlang/OtpOutputStream.java b/java_src/com/ericsson/otp/erlang/OtpOutputStream.java index ad5784dd35dfd7cad67b09ffb7ae710f8e10edb1..5e777c1164579164b3e54c916675e0b1ffd6a87a 100644 --- a/java_src/com/ericsson/otp/erlang/OtpOutputStream.java +++ b/java_src/com/ericsson/otp/erlang/OtpOutputStream.java @@ -106,9 +106,9 @@ public class OtpOutputStream extends ByteArrayOutputStream { } /** - * Trims the capacity of this {@code OtpOutputStream} instance to be the + * Trims the capacity of this OtpOutputStream instance to be the * buffer's current size. An application can use this operation to minimize - * the storage of an {@code OtpOutputStream} instance. + * the storage of an OtpOutputStream instance. */ public void trimToSize() { resize(super.count); @@ -125,7 +125,7 @@ public class OtpOutputStream extends ByteArrayOutputStream { } /** - * Increases the capacity of this {@code OtpOutputStream} instance, if + * Increases the capacity of this OtpOutputStream instance, if * necessary, to ensure that it can hold at least the number of elements * specified by the minimum capacity argument. * @@ -939,7 +939,7 @@ public class OtpOutputStream extends ByteArrayOutputStream { * @param o * the Erlang term to write. * @param level - * the compression level ({@code 0..9}) + * the compression level (0..9) */ public void write_compressed(final OtpErlangObject o, final int level) { @SuppressWarnings("resource") diff --git a/pom.xml b/pom.xml index f12a6198d7d5774530e5d50d52f993001f964d0f..2cc4217b028587a639a7f08b2f90efec1d603b33 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ program-slicing erlang-jinterface jar - 1.10 + 1.10.1 jinterface Jinterface Java package contains java classes, which help you integrate programs written in Java with Erlang.