svn commit: r1786004 - /xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java

[email protected]
Newsgroups gmane.text.xml.fop.cvs
Message-ID <[email protected]>
Author: ssteiner
Date: Wed Mar  8 16:19:42 2017
New Revision: 1786004

URL: http://svn.apache.org/viewvc?rev=1786004&view=rev
Log:
Fix findbugs 3 warnings

Modified:
    xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java?rev=1786004&r1=1786003&r2=1786004&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/fonts/MultiByteFont.java Wed Mar  8 16:19:42 2017
@@ -769,7 +769,7 @@ public class MultiByteFont extends CIDFo
                 return true;
             } else if ((ch >= 0x2028) && (ch <= 0x202E)) {
                 return true;
-            } else if ((ch >= 0x2066) && (ch <= 0x206F)) {
+            } else if (ch >= 0x2066) {
                 return true;
             } else {
                 return ch == 0x2060;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.