Skip to content

Commit

Permalink
Add two more internal properties not caught be new property warning s…
Browse files Browse the repository at this point in the history
…ystem
  • Loading branch information
enebo committed Oct 16, 2014
1 parent d187767 commit 9075f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/org/jruby/util/cli/ArgumentProcessor.java
Expand Up @@ -693,6 +693,8 @@ private void checkProperties() {
propertyNames.add("jruby.bindir");
propertyNames.add("jruby.jar");
propertyNames.add("jruby.compat.version");
propertyNames.add("jruby.reflection");
propertyNames.add("jruby.thread.pool.enabled");

for (String propertyName : System.getProperties().stringPropertyNames()) {
if (propertyName.startsWith("jruby.")) {
Expand Down

0 comments on commit 9075f66

Please sign in to comment.