refactor: 调整代码

This commit is contained in:
kyle
2022-03-19 10:22:03 +08:00
parent db3a162d1a
commit bf72136ab9

View File

@@ -19,13 +19,12 @@ class Case1 {
if ("F".equals(id)) {
System.out.println("wrapper(id=" + id + ") is working");
Thread.sleep(5000);
}else {
System.out.println("wrapper(id=" + id + ") is worki444ng");
}
} catch (InterruptedException e) {
e.printStackTrace();
}
if ("F".equals(id)) {
System.out.println("wrapper(id=" + id + ") is worki444ng");
}
return id;
});
}