mirror of
https://gitee.com/BDWare/common
synced 2025-01-10 09:54:13 +00:00
keep sync
This commit is contained in:
parent
50921a8c71
commit
32536e2c80
@ -38,7 +38,7 @@ public class ContractPrinter extends Thread {
|
|||||||
while (sc.hasNextLine()) {
|
while (sc.hasNextLine()) {
|
||||||
String content = sc.nextLine();
|
String content = sc.nextLine();
|
||||||
if (psList.size() == 0) {
|
if (psList.size() == 0) {
|
||||||
System.out.println(TAG + content);
|
LOGGER.info(TAG + content);
|
||||||
} else {
|
} else {
|
||||||
printInList(content);
|
printInList(content);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user