Adjust to yangtools-2.0.0 changes
[mdsal.git] / binding2 / mdsal-binding2-maven-api-gen-plugin / src / main / java / org / opendaylight / mdsal / binding / javav2 / maven / api / gen / plugin / CodeGeneratorImpl.java
index 9b2a2caeb0dcdd9bbed9fd8a450cbc625a7ce267..c81c5c74fe8dd83f0ddd9d2fe9f856860520d6f7 100644 (file)
@@ -115,12 +115,6 @@ public final class CodeGeneratorImpl implements BasicCodeGenerator, BuildContext
         this.projectBaseDir = project.getBasedir();
     }
 
-    @Override
-    public Collection<File> generateSources(SchemaContext context, File outputBaseDir, Set<Module> currentModules) throws IOException {
-        return generateSources(context, outputBaseDir, currentModules,
-                m -> Optional.of("/" + m.getModuleSourcePath().replace(File.separator, "/")));
-    }
-
     private Collection<? extends File> generateModuleInfos(final File outputBaseDir, final Set<Module> yangModules,
                                                            final SchemaContext context, final Function<Module, Optional<String>> moduleResourcePathResolver) {
         Builder<File> result = ImmutableSet.builder();