diff --git a/pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexOpenRedirectRule.java b/pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexOpenRedirectRule.java index a76ccafc8d..b661ef862d 100644 --- a/pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexOpenRedirectRule.java +++ b/pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexOpenRedirectRule.java @@ -102,11 +102,9 @@ public class ApexOpenRedirectRule extends AbstractApexRule { } } else { if (node instanceof ASTField) { - /* - * sergey.gorbaty: Apex Jorje parser is returning a null from - * Field.getFieldInfo(), but the info is available from an inner - * field. DO NOT attempt to optimize this block without checking - * that Jorje parser actually fixed its bug. + /* sergey.gorbaty: + * Apex Jorje parser is returning a null from Field.getFieldInfo(), but the info is available from an inner field. + * DO NOT attempt to optimize this block without checking that Jorje parser actually fixed its bug. * */ try {