Skip to content

Commit 7a085ca

Browse files
committed
PDFBOX-5230: remove comment
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1924097 13f79535-47bb-0310-9956-ffa450edef68
1 parent 182113c commit 7a085ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDAbstractContentStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ private byte[] encodeForGsub(GsubWorker gsubWorker,
16611661
String[] words = StringUtil.tokenizeOnSpace(text);
16621662
for (String word : words)
16631663
{
1664-
if (word.length() == 1 && word.isBlank()) // PDFBOX-5823: optimization
1664+
if (word.length() == 1 && word.isBlank())
16651665
{
16661666
out.writeBytes(font.encode(word));
16671667
}

0 commit comments

Comments
 (0)