Skip to content

Commit

Permalink
fix: modifier order error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Jun 14, 2024
1 parent 5c943ec commit 2dd538f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.Map;

public abstract class AbstractJdtTreeGenerator extends TreeGenerator {
private final static String JAVA_VERSION = JavaCore.latestSupportedJavaVersion();
private static final String JAVA_VERSION = JavaCore.latestSupportedJavaVersion();

private static char[] readerToCharArray(Reader r) throws IOException {
StringBuilder fileData = new StringBuilder();
Expand Down

0 comments on commit 2dd538f

Please sign in to comment.