Skip to content

Commit 81ee78e

Browse files
committed
Add an explicit type conversion in a view of c#-port.
DEVSIX-1914
1 parent 6e8b824 commit 81ee78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This file is part of the iText (R) project.
6868
*/
6969
public final class InlineImageParsingUtils {
7070

71-
private static final byte[] EI = new byte[]{'E', 'I'};
71+
private static final byte[] EI = new byte[]{(byte)'E', (byte)'I'};
7272

7373
private InlineImageParsingUtils() {
7474
}

0 commit comments

Comments
 (0)