mirror of
https://gitee.com/BDWare/common
synced 2026-01-28 16:29:29 +00:00
keep sync
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user