Skip to content

Commit 849b749

Browse files
author
klaus.freitas.scclouds
committed
erasing commented lines
1 parent bec2d67 commit 849b749

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

agent/src/main/java/com/cloud/agent/Agent.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,6 @@
106106
*
107107
**/
108108
public class Agent implements HandlerFactory, IAgentControl, AgentStatusUpdater {
109-
110-
/*public static void main(String[] args) {
111-
112-
Logger logger1 = LogManager.getLogger(String.class);
113-
logger1.error("before");
114-
logger1.trace("hello world {}", ()->getName());
115-
logger1.error("after");
116-
}
117-
118-
public static String getName() {
119-
try {
120-
Thread.sleep(5000);
121-
} catch (InterruptedException e) {
122-
throw new RuntimeException(e);
123-
}
124-
return "a";
125-
}*/
126-
127109
protected Logger logger = LogManager.getLogger(getClass());
128110

129111
public enum ExitStatus {

0 commit comments

Comments
 (0)