Another round of checkstyle fixes
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / EffectiveSchemaContext.java
index d0dc9cfc430cb3037dc445f4a0546a45eba8d8ca..13e7700cf423852aab67b7153782607ec90e351d 100644 (file)
@@ -46,11 +46,13 @@ public final class EffectiveSchemaContext extends SimpleSchemaContext {
     }
 
     /**
+     * Resolve SchemaContext for a set of modules.
+     *
      * @deprecated Use {@link SimpleSchemaContext#forModules(Set)} instead.
      */
     @Deprecated
     public static SchemaContext resolveSchemaContext(final Set<Module> modules) {
-       return SimpleSchemaContext.forModules(modules);
+        return SimpleSchemaContext.forModules(modules);
     }
 
     @VisibleForTesting