Loading README.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 | Loading java_src/com/ericsson/otp/erlang/OtpOutputStream.java +4 −4 Original line number Diff line number Diff line Loading @@ -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 <code>OtpOutputStream</code> 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 <code>OtpOutputStream</code> instance. */ public void trimToSize() { resize(super.count); Loading @@ -125,7 +125,7 @@ public class OtpOutputStream extends ByteArrayOutputStream { } /** * Increases the capacity of this {@code OtpOutputStream} instance, if * Increases the capacity of this <code>OtpOutputStream</code> instance, if * necessary, to ensure that it can hold at least the number of elements * specified by the minimum capacity argument. * Loading Loading @@ -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 (<code>0..9</code>) */ public void write_compressed(final OtpErlangObject o, final int level) { @SuppressWarnings("resource") Loading pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <groupId>program-slicing</groupId> <artifactId>erlang-jinterface</artifactId> <packaging>jar</packaging> <version>1.10</version> <version>1.10.1</version> <name>jinterface</name> <description> Jinterface Java package contains java classes, which help you integrate programs written in Java with Erlang. Loading Loading
README.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 | Loading
java_src/com/ericsson/otp/erlang/OtpOutputStream.java +4 −4 Original line number Diff line number Diff line Loading @@ -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 <code>OtpOutputStream</code> 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 <code>OtpOutputStream</code> instance. */ public void trimToSize() { resize(super.count); Loading @@ -125,7 +125,7 @@ public class OtpOutputStream extends ByteArrayOutputStream { } /** * Increases the capacity of this {@code OtpOutputStream} instance, if * Increases the capacity of this <code>OtpOutputStream</code> instance, if * necessary, to ensure that it can hold at least the number of elements * specified by the minimum capacity argument. * Loading Loading @@ -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 (<code>0..9</code>) */ public void write_compressed(final OtpErlangObject o, final int level) { @SuppressWarnings("resource") Loading
pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <groupId>program-slicing</groupId> <artifactId>erlang-jinterface</artifactId> <packaging>jar</packaging> <version>1.10</version> <version>1.10.1</version> <name>jinterface</name> <description> Jinterface Java package contains java classes, which help you integrate programs written in Java with Erlang. Loading