Skip to content

Commit

Permalink
remove unused constants for outdated Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Aug 13, 2023
1 parent 64bc0a7 commit c663046
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public class JreProperties {

public static final String FILE_PATH = "etc/jre.properties";

public static final ConfigurationPointer JRE15 = new CustomPropertiesPointer("jre-1.5");
public static final ConfigurationPointer JRE16 = new CustomPropertiesPointer("jre-1.6");
public static final ConfigurationPointer JRE17 = new CustomPropertiesPointer("jre-1.7");

public static class CustomPropertiesPointer extends ConfigurationPointer {

public CustomPropertiesPointer(String key) {
Expand Down

0 comments on commit c663046

Please sign in to comment.