Enhancements for the aai-common library
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / aailog / logs / DBRequestWrapper.java
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+package org.onap.aai.aailog.logs;
+import java.net.URI;
 
-package org.onap.aai.restclient;
-
-public class RestClientTest {
+public interface DBRequestWrapper {
+    public URI getUri();
 
 }