Skip to content

Commit b513261

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #212
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1927830 13f79535-47bb-0310-9956-ffa450edef68
1 parent abc659e commit b513261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/test/java/org/apache/pdfbox/text/TestTextStripper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ else if( expected != null && actual != null )
170170
if( expectedArray[expectedIndex] != actualArray[actualIndex] )
171171
{
172172
equals = false;
173-
LOG.warn("Lines differ at index expected: {}-{ } actual: {}-{}", expectedIndex,
173+
LOG.warn("Lines differ at index expected: {}-{} actual: {}-{}", expectedIndex,
174174
(int) expectedArray[expectedIndex], actualIndex,
175175
(int) actualArray[actualIndex]);
176176
break;

0 commit comments

Comments
 (0)