去掉无用代码

This commit is contained in:
zhangxin10 2015-11-13 22:27:23 +08:00
parent f8ccbef2b1
commit 9b63fb8690
1 changed files with 0 additions and 6 deletions

View File

@ -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]);
}
}