final fields

This commit is contained in:
Honfika
2014-01-19 22:33:23 +01:00
parent 44fa394f01
commit 0da9d423a0
138 changed files with 294 additions and 296 deletions

View File

@@ -48,8 +48,8 @@ import java.util.zip.DeflaterOutputStream;
*/
public class SWFOutputStream extends OutputStream {
private OutputStream os;
private int version;
private final OutputStream os;
private final int version;
private long pos = 0;
private int bitPos = 0;
private int tempByte = 0;