Skip to content

Commit ff81fda

Browse files
Murali ReddyMurali Reddy
authored andcommitted
adding missing import that should have been part of commit b28749f
1 parent b28749f commit ff81fda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/com/cloud/upgrade/dao/Upgrade302to40.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import com.cloud.utils.crypt.DBEncryptionUtil;
3232
import com.cloud.utils.exception.CloudRuntimeException;
3333
import com.cloud.utils.script.Script;
34+
import com.cloud.dc.DataCenter.NetworkType;
3435

3536
public class Upgrade302to40 extends Upgrade30xBase implements DbUpgrade {
3637
final static Logger s_logger = Logger.getLogger(Upgrade302to40.class);

0 commit comments

Comments
 (0)