Author: ssteiner
Date: Tue May  5 09:30:52 2020
New Revision: 1877382

URL: http://svn.apache.org/viewvc?rev=1877382&view=rev
Log:
Fix javadoc error

Modified:
    
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontType.java
    
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/visual/BitmapProducerJava2D.java

Modified: 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontType.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontType.java?rev=1877382&r1=1877381&r2=1877382&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontType.java 
(original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/FontType.java 
Tue May  5 09:30:52 2020
@@ -61,7 +61,6 @@ public class FontType {
      * Construct a font type.
      * @param name a font type name
      * @param value a font type value
-     * @see org.apache.avalon.framework.Enum#Enum(String)
      */
     protected FontType(String name, int value) {
         this.name = name;

Modified: 
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/visual/BitmapProducerJava2D.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/visual/BitmapProducerJava2D.java?rev=1877382&r1=1877381&r2=1877382&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/visual/BitmapProducerJava2D.java
 (original)
+++ 
xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/visual/BitmapProducerJava2D.java
 Tue May  5 09:30:52 2020
@@ -66,7 +66,6 @@ public class BitmapProducerJava2D extend
         fopFactory = FopFactory.newInstance(baseUri);
     }
 
-    /** @see org.apache.avalon.framework.configuration.Configurable */
     public void configure(Configuration cfg) throws ConfigurationException {
         this.deleteTempFiles = 
cfg.getChild("delete-temp-files").getValueAsBoolean(true);
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to