project: Rev 202
This commit is contained in:
@@ -10,6 +10,6 @@ public class ByteArrayNode extends Node {
|
||||
public byte[] byteArray;
|
||||
|
||||
public ByteArrayNode(byte[] var1) {
|
||||
this.byteArray = var1; // L: 7
|
||||
} // L: 8
|
||||
this.byteArray = var1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user