aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties/ToBeImplementedProperty.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/fo/properties/ToBeImplementedProperty.java')
-rw-r--r--src/java/org/apache/fop/fo/properties/ToBeImplementedProperty.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/properties/ToBeImplementedProperty.java b/src/java/org/apache/fop/fo/properties/ToBeImplementedProperty.java
index 6c820eeab..95ed0de85 100644
--- a/src/java/org/apache/fop/fo/properties/ToBeImplementedProperty.java
+++ b/src/java/org/apache/fop/fo/properties/ToBeImplementedProperty.java
@@ -78,7 +78,7 @@ public class ToBeImplementedProperty extends Property {
* Since a PropertyCache is not used here, returning true helps the PropertyCache when a non
* implemented property is part of an implemented one.
*/
- // FBOFF: EQ_ALWAYS_TRUE
+ // @SuppressFBWarnings("EQ_ALWAYS_TRUE")
return true;
}
}