mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2026-09-16 18:13:17 +00:00
Fix PMD
This commit is contained in:
+3
-2
@@ -226,8 +226,9 @@ function main()
|
||||
}
|
||||
}
|
||||
catch (e){
|
||||
if(logger.isLoggingEnabled())
|
||||
logger.log("Invalid node due to : " + e.message);
|
||||
if(logger.isLoggingEnabled()){
|
||||
logger.log("Invalid node due to : " + e.message);
|
||||
}
|
||||
validNode = false;
|
||||
}
|
||||
if(validNode){
|
||||
|
||||
Reference in New Issue
Block a user