Another round of checkstyle fixes
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc7950 / ActionStatementImpl.java
index 656b5bef15225b4f59c9234fbb3be7e55138b28e..8316de062e0b3e88eec75b661a4c715ac9d6c17a 100644 (file)
@@ -83,8 +83,8 @@ public class ActionStatementImpl extends AbstractDeclaredStatement<QName> implem
         public EffectiveStatement<QName, ActionStatement> createEffective(
                 final StmtContext<QName, ActionStatement, EffectiveStatement<QName, ActionStatement>> ctx) {
             SourceException.throwIf(StmtContextUtils.hasAncestorOfType(ctx, ILLEGAL_PARENTS),
-                    ctx.getStatementSourceReference(), "Action %s is defined within a notification, rpc or another action",
-                    ctx.getStatementArgument());
+                    ctx.getStatementSourceReference(),
+                    "Action %s is defined within a notification, rpc or another action", ctx.getStatementArgument());
             SourceException.throwIf(!StmtContextUtils.hasAncestorOfTypeWithChildOfType(ctx, YangStmtMapping.LIST,
                     YangStmtMapping.KEY), ctx.getStatementSourceReference(),
                     "Action %s is defined within a list that has no key statement", ctx.getStatementArgument());