Skip to content

Commit c17fad5

Browse files
committed
do not use StandardCharsets, needs SDK 19 or higher
1 parent e301a27 commit c17fad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/processing/core/PApplet.java

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import java.io.*;
2828
import java.lang.reflect.*;
2929
import java.net.*;
30-
import java.nio.charset.StandardCharsets;
3130
import java.text.NumberFormat;
3231
import java.util.*;
3332
import java.util.regex.*;

0 commit comments

Comments
 (0)