mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-14 06:08:29 +00:00
final fields
This commit is contained in:
@@ -27,7 +27,7 @@ import java.util.List;
|
||||
*/
|
||||
public class FLVOutputStream extends OutputStream {
|
||||
|
||||
private OutputStream os;
|
||||
private final OutputStream os;
|
||||
private int bitPos = 0;
|
||||
private int tempByte = 0;
|
||||
private long pos = 0;
|
||||
|
||||
Reference in New Issue
Block a user