Bug 1081397: Finalise large numbers of fields. r=rnewman

* * *
Bug 1081397: Finalise large numbers of fields. r=rnewman
This commit is contained in:
Chris Kitching
2014-10-11 00:17:01 +01:00
parent c284b1c1b1
commit 5d126e171c
146 changed files with 318 additions and 318 deletions

View File

@@ -14,7 +14,7 @@ import java.nio.ByteBuffer;
* easier to use.
*/
public class ByteBufferInputStream extends InputStream {
private ByteBuffer mByteBuffer;
private final ByteBuffer mByteBuffer;
public ByteBufferInputStream(ByteBuffer aByteBuffer) {
mByteBuffer = aByteBuffer;