Skip to content

Commit f12c23e

Browse files
authored
Update client/src/main/java/org/apache/cloudstack/ServerDaemon.java
1 parent 0fb6c87 commit f12c23e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/main/java/org/apache/cloudstack/ServerDaemon.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
//
1919
package org.apache.cloudstack;
2020

21-
import java.io.*;
21+
import java.io.File;
22+
import java.io.FileWriter;
23+
import java.io.IOException;
2224
import java.lang.management.ManagementFactory;
2325
import java.net.URL;
2426
import java.util.Properties;

0 commit comments

Comments
 (0)