aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/FoUnitsConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/render/rtf/FoUnitsConverter.java')
-rw-r--r--src/java/org/apache/fop/render/rtf/FoUnitsConverter.java10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/java/org/apache/fop/render/rtf/FoUnitsConverter.java b/src/java/org/apache/fop/render/rtf/FoUnitsConverter.java
index 647b3f53b..66c3b01ab 100644
--- a/src/java/org/apache/fop/render/rtf/FoUnitsConverter.java
+++ b/src/java/org/apache/fop/render/rtf/FoUnitsConverter.java
@@ -28,14 +28,10 @@ import org.apache.fop.apps.FOPException;
import org.apache.fop.fo.properties.FixedLength;
-/** Converts XSL-FO units to RTF units
+/**
+ * <p>Converts XSL-FO units to RTF units.</p>
*
- * @author Bertrand Delacretaz <bdelacretaz@codeconsult.ch>
- * @author putzi
- * @author Peter Herweg <pherweg@web.de>
- *
- * This class was originally developed by Bertrand Delacretaz bdelacretaz@codeconsult.ch
- * for the JFOR project and is now integrated into FOP.
+ * <p>This work was originally developed by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).</p>
*/
final class FoUnitsConverter {