Skip to content

Commit

Permalink
change isIbmi to public
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyz32 authored and ThePrez committed Jan 3, 2025
1 parent 6afc65e commit bdb2eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public abstract class Config {
public static final String DIRECTORY_OVERRIDE_PROPERTY = "manzan.configdir";
public static final String COMPONENT_OPTIONS_PREFIX = "componentOptions.";

protected static boolean isIBMi() {
public static boolean isIBMi() {
final String osName = System.getProperty("os.name", "Misty");
return "os400".equalsIgnoreCase(osName) || "os/400".equalsIgnoreCase(osName);
}
Expand Down

0 comments on commit bdb2eeb

Please sign in to comment.