Merge "Bug 1372 - toString methods in generated classes"
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / Module.java
index 211d234b6d11781758ae378ea765a2caa62cbfa1..23eb68ef1de1cdc268cc06da40b57d2c47a0ab6f 100644 (file)
@@ -9,6 +9,7 @@ package org.opendaylight.yangtools.yang.model.api;
 
 import java.util.List;
 import java.util.Set;
+
 import javax.annotation.concurrent.Immutable;
 
 /**
@@ -57,8 +58,6 @@ import javax.annotation.concurrent.Immutable;
  */
 @Immutable
 public interface Module extends DataNodeContainer, SourceStreamAware, ModuleIdentifier {
-
-
     /**
      * Returns the prefix of the module
      *