去掉无用代码
This commit is contained in:
parent
f8ccbef2b1
commit
9b63fb8690
|
|
@ -140,10 +140,4 @@ public class DataBufferThread extends Thread {
|
|||
|
||||
data[i] = s;
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
byte[][] bytes = new byte[1024][];
|
||||
bytes[0] = new byte[]{'1', '2', '3'};
|
||||
System.out.println(bytes[0]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue