Skip to content

Commit a20cd55

Browse files
committed
spelling: zhang
Signed-off-by: Josh Soref <[email protected]>
1 parent f621314 commit a20cd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poi/src/test/java/org/apache/poi/ddf/TestUnknownEscherRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void testFillFields() {
8282
assertEquals( 1, r.getChildRecords().size() );
8383
assertEquals( (short) 0xFFFF, r.getChild( 0 ).getRecordId() );
8484

85-
//Add by Zhang Zhang test error situation when remaining bytes > available bytes
85+
//Add by Zhang test error situation when remaining bytes > available bytes
8686
testData =
8787
"00 02 " + // options
8888
"11 F1 " + // record id

0 commit comments

Comments
 (0)