BUG-865: remove MavenLogAware and CodeGenerator 71/26971/4
authorRobert Varga <rovarga@cisco.com>
Mon, 14 Sep 2015 19:52:00 +0000 (21:52 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 16 Sep 2015 18:26:25 +0000 (18:26 +0000)
commitc3c8227d5d8d9b9adefdf872b768906b8982af6d
treeb401814fe42872a9ba1076d31e73ac3863d07419
parentcf802aadedb6956fbab708e8aae923ea24f1eed4
BUG-865: remove MavenLogAware and CodeGenerator

These two interfaces have been long-deprecated and should not be used.
Remove them and adjust the test suite accordingly.

Change-Id: I93606ae441880b8974b001f7c8d9d8ef7ad2a336
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-maven-plugin-spi/src/main/java/org/opendaylight/yangtools/yang2sources/spi/CodeGenerator.java [deleted file]
yang/yang-maven-plugin-spi/src/main/java/org/opendaylight/yangtools/yang2sources/spi/MavenLogAware.java [deleted file]
yang/yang-maven-plugin-spi/src/test/java/org/opendaylight/yangtools/yang2sources/spi/CodeGeneratorTestImpl.java
yang/yang-maven-plugin/src/main/java/org/opendaylight/yangtools/yang2sources/plugin/YangToSourcesProcessor.java
yang/yang-maven-plugin/src/test/java/org/opendaylight/yangtools/yang2sources/plugin/GenerateSourcesTest.java