mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 12:48:07 +00:00
final fields
This commit is contained in:
@@ -28,7 +28,7 @@ import java.util.logging.Logger;
|
||||
*/
|
||||
public class RafInputStream extends InputStream {
|
||||
|
||||
private RandomAccessFile raf;
|
||||
private final RandomAccessFile raf;
|
||||
private long pos = 0;
|
||||
|
||||
public RafInputStream(RandomAccessFile raf) {
|
||||
|
||||
Reference in New Issue
Block a user