Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
RF-12154 fixed checkstyle error
  • Loading branch information
tritibo committed Apr 24, 2012
1 parent bc8e3b4 commit 80f63e4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -58,9 +58,9 @@ public String getScript(ClientBehaviorContext behaviorContext, ClientBehavior be
if (behavior instanceof ClientValidatorBehavior) {
ClientValidatorBehavior clientValidator = (ClientValidatorBehavior) behavior;
if (clientValidator.isDisabled()){
return null;
return null;
} else {
return buildAndStoreValidatorScript(behaviorContext, clientValidator);
return buildAndStoreValidatorScript(behaviorContext, clientValidator);
}
} else {
throw new FacesException(
Expand Down

0 comments on commit 80f63e4

Please sign in to comment.