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 2015/02/19 23:52:42 UTC

svn commit: r1661027 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/Type1Glyph2D.java

Author: tilman
Date: Thu Feb 19 22:52:42 2015
New Revision: 1661027

URL: http://svn.apache.org/r1661027
Log:
PDFBOX-2576: move trailing comment

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/Type1Glyph2D.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/Type1Glyph2D.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/Type1Glyph2D.java?rev=1661027&r1=1661026&r2=1661027&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/Type1Glyph2D.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/rendering/Type1Glyph2D.java Thu Feb 19 22:52:42 2015
@@ -75,7 +75,8 @@ final class Type1Glyph2D implements Glyp
         }
         catch (IOException e)
         {
-            LOG.error("Glyph rendering failed", e); // todo: escalate this error?
+            // todo: escalate this error?
+            LOG.error("Glyph rendering failed", e); 
             return new GeneralPath();
         }
     }