Comment format
This commit is contained in:
@ -102,11 +102,9 @@ public class ApexOpenRedirectRule extends AbstractApexRule {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (node instanceof ASTField) {
|
if (node instanceof ASTField) {
|
||||||
/*
|
/* sergey.gorbaty:
|
||||||
* sergey.gorbaty: Apex Jorje parser is returning a null from
|
* Apex Jorje parser is returning a null from Field.getFieldInfo(), but the info is available from an inner field.
|
||||||
* Field.getFieldInfo(), but the info is available from an inner
|
* DO NOT attempt to optimize this block without checking that Jorje parser actually fixed its bug.
|
||||||
* field. DO NOT attempt to optimize this block without checking
|
|
||||||
* that Jorje parser actually fixed its bug.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user