Define the VIM manage API.
[aai/esr-server.git] / esr-core / esr-mgr / src / main / java / org / onap / aai / esr / dao / SdncDao.java
index 7163959..63b697f 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.
@@ -16,7 +16,7 @@
 package org.onap.aai.esr.dao;
 
 import org.hibernate.SessionFactory;
-import org.onap.aai.esr.entity.db.SdncData;
+import org.onap.aai.esr.entity.aai.SdncData;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;