Remove BindingRuntimeTypes.findRpc{Input,Output}
[mdsal.git] / binding / mdsal-binding-generator / src / main / java / org / opendaylight / mdsal / binding / generator / impl / reactor / InputGenerator.java
index 37745e3036da4c737ab518bc841490e8b66f5b9d..99855f4cc1003f59bb69693cabd923565d6a0143 100644 (file)
@@ -23,8 +23,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.InputEffectiveStatement;
  * as the name. This makes it easier to support multiple RPCs/actions in one source file, as we can import them without
  * a conflict.
  */
-// FIXME: hide this once we have RpcRuntimeType
-public final class InputGenerator extends OperationContainerGenerator<InputEffectiveStatement, InputRuntimeType> {
+final class InputGenerator extends OperationContainerGenerator<InputEffectiveStatement, InputRuntimeType> {
     InputGenerator(final InputEffectiveStatement statement, final AbstractCompositeGenerator<?, ?> parent) {
         super(statement, parent, BindingTypes.RPC_INPUT);
     }