Bug 2366 - Effective statements impl for new yang parser.
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / stmt / test / augment / TestAugmentSource.java
index ba9c745d6b07ec520810c9fe36daecd75d3aa63d..60190093a5f362c79b31e1c15f917d53399caa3a 100644 (file)
@@ -57,7 +57,7 @@ public class TestAugmentSource implements StatementStreamSource {
 
     @Override
     public void writeLinkageAndStatementDefinitions(StatementWriter writer, QNameToStatementDefinition stmtDef,
-            PrefixToModule prefixes) throws SourceException {
+                                                    PrefixToModule prefixes) throws SourceException {
         this.writer = writer;
         header();
         extensions();