Remove unused test method 58/70058/3
authorRyan Goulding <ryandgoulding@gmail.com>
Sun, 25 Mar 2018 17:20:42 +0000 (13:20 -0400)
committerJakubToth <jakub.toth@pantheon.tech>
Mon, 26 Mar 2018 10:58:31 +0000 (10:58 +0000)
This is done in preparation of Jackson removal.

Change-Id: Ie919f9a8a548f6498ab21a67b8eedd295ee898bd
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
restconf/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/DocGenTestHelper.java

index 1c48480a830070f0aac00c49fc30dfb4db1053f0..9cd7ae780de9462b8958df8cb17bd8b5321ba249 100644 (file)
@@ -67,10 +67,6 @@ public class DocGenTestHelper {
         return this.schemaContext;
     }
 
-    public SchemaService createMockSchemaService() {
-        return createMockSchemaService(null);
-    }
-
     public SchemaService createMockSchemaService(SchemaContext mockContext) {
         if (mockContext == null) {
             mockContext = createMockSchemaContext();