Define the VIM manage API.
[aai/esr-server.git] / esr-core / esr-mgr / src / main / java / org / onap / aai / esr / handle / VimHandler.java
index c4c4d4d..75916a9 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2016-2017 ZTE Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ package org.onap.aai.esr.handle;
 
 import org.onap.aai.esr.common.ExtSysResuorceType;
 import org.onap.aai.esr.common.Parameters;
-import org.onap.aai.esr.entity.db.VimData;
+import org.onap.aai.esr.entity.aai.VimData;
 import org.onap.aai.esr.exception.ExtsysException;
 import org.onap.aai.esr.util.HqlFactory;
 import org.slf4j.Logger;