Upgrade to OpenDaylight Chlorine version of poms
[sdnc/northbound.git] / generic-resource-api / provider / src / test / java / org / onap / sdnc / northbound / util / PropBuilder.java
index b1a0701..55c4996 100644 (file)
@@ -21,7 +21,6 @@
 
 package org.onap.sdnc.northbound.util;
 
-import org.opendaylight.yangtools.concepts.Builder;
 
 import java.util.Properties;
 
@@ -29,7 +28,7 @@ import java.util.Properties;
  * A Util class that adds method chaining to the {@link #set(String, String)} to reducing the syntax needed to populate
  * {@link Properties}
  */
-public class PropBuilder implements Builder<Properties> {
+public class PropBuilder {
 
 
     final Properties prop;