Bump yangtools to 13.0.0
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / BindingRuntimeGenerator.java
index a44af58f0d4b3da5aaf7e8753e8312b6b8d811bf..0e6fb1ce415ce9cf0336341baed22e5b372acd82 100644 (file)
@@ -23,8 +23,8 @@ public interface BindingRuntimeGenerator {
      * The EffectiveModelContext MUST contain all of the sub modules otherwise the there is no guarantee that result
      * List of Generated Types will contain correct Generated Types.
      *
-     * @param context Schema Context
+     * @param modelContext effective model context
      * @return Generated type mapping.
      */
-    BindingRuntimeTypes generateTypeMapping(EffectiveModelContext context);
+    BindingRuntimeTypes generateTypeMapping(EffectiveModelContext modelContext);
 }