You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2014/10/07 19:48:42 UTC

svn commit: r1629937 - /pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/SimpleFontValidator.java

Author: tilman
Date: Tue Oct  7 17:48:41 2014
New Revision: 1629937

URL: http://svn.apache.org/r1629937
Log:
PDFBOX-2299: fix javadoc

Modified:
    pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/SimpleFontValidator.java

Modified: pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/SimpleFontValidator.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/SimpleFontValidator.java?rev=1629937&r1=1629936&r2=1629937&view=diff
==============================================================================
--- pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/SimpleFontValidator.java (original)
+++ pdfbox/trunk/preflight/src/main/java/org/apache/pdfbox/preflight/font/SimpleFontValidator.java Tue Oct  7 17:48:41 2014
@@ -44,12 +44,12 @@ public abstract class SimpleFontValidato
     }
 
     /**
-     * Call this method to validate the font wrapped by this object. If the validation failed, the error is updated in
-     * the FontContainer with the right error code.
-     * 
-     * Errors that are saved in the container will be added on the PreflightContext if the font is used later.
-     * 
-     * @return
+     * Call this method to validate the font wrapped by this object. If the
+     * validation failed, the error is updated in the FontContainer with the
+     * right error code.
+     *
+     * Errors that are saved in the container will be added on the
+     * PreflightContext if the font is used later.
      */
     @Override
     public void validate() throws ValidationException