Skip to content

Commit

Permalink
Final spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmr3366 committed Feb 17, 2025
1 parent ac49e76 commit 88fc662
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public Object childEvaluate(
if (parameters.size() > 0
&& (HTMLFrameFactory.isInternalOnly(parameters.get(0).toString())
|| parameters.get(0).toString().startsWith(AppConstants.INTERNAL_FRAME_PREFIX))) {
throw new ParserException(
I18N.getText("msg.error.frame.reservedName", parameters.get(0).toString()));
throw new ParserException(
I18N.getText("msg.error.frame.reservedName", parameters.get(0).toString()));
}
if (functionName.equalsIgnoreCase("isDialogVisible")) {
FunctionUtil.checkNumberParam(functionName, parameters, 1, 1);
Expand Down

0 comments on commit 88fc662

Please sign in to comment.