]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
cleanup some gump javadoc warnings
authorWilliam Victor Mote <vmote@apache.org>
Wed, 16 Jul 2003 01:52:26 +0000 (01:52 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Wed, 16 Jul 2003 01:52:26 +0000 (01:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196719 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/datatypes/LengthBase.java
src/java/org/apache/fop/fo/expr/FopPropValFunction.java
src/java/org/apache/fop/rtf/rtflib/testdocs/package.html

index 308ee6172b194da52bb6e591d89951b1525f512e..f3aa146c027367ded3273ab726b24bd1846f0502 100644 (file)
@@ -63,7 +63,7 @@ public class LengthBase implements PercentBase {
     public static final int CUSTOM_BASE = 0;
     /** constant for a font-size percent-based length */
     public static final int FONTSIZE = 1;
-    /** constant for an inh (??) font-size percent-based length */
+    /** constant for an inh font-size percent-based length */
     public static final int INH_FONTSIZE = 2;
     /** constant for a containing box percent-based length */
     public static final int CONTAINING_BOX = 3;
index 9378d320f39dbce2ad05a4213b6cdccea5be5d10..da4c1fdae68c1bd0fab8a92b4f00667a68ae230d 100644 (file)
@@ -54,7 +54,7 @@ import org.apache.fop.fo.Property;
 
 
 /**
- * This appearst to be an artificial function (??), which handles the specified
+ * This appears to be an artificial function, which handles the specified
  * or initial value of the property on this object.
  */
 public class FopPropValFunction extends FunctionBase {
index 54da43c683ef500026481dc59d1a7fa6cb0c25bd..ef260215ce088516b0eada6c0210a52672092646 100644 (file)
@@ -2,7 +2,6 @@
 <TITLE>org.apache.fop.rtf.rtflib.testdocs</TITLE>
 <BODY>
 <P>Classes used to test/demonstrate RTFLib capabilities by generating sample
-RTF documents.
-systems other than FOP.</P>
+RTF documents.</P>
 </BODY>
 </HTML>
\ No newline at end of file