Commit 67c6b45e authored by Carlos Galindo's avatar Carlos Galindo
Browse files

jinterface 1.10.1

parent 2e3e4d46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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               |

+4 −4
Original line number Diff line number Diff line
@@ -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);
@@ -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.
     *
@@ -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")
+1 −1
Original line number Diff line number Diff line
@@ -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.