We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae87007 commit f77c3d1Copy full SHA for f77c3d1
src/java/weka/classifiers/meta/AutoWEKAClassifier.java
@@ -410,7 +410,7 @@ public void run() {
410
//log.info(line);
411
} else if(line.matches(".*WARN.*")) {
412
// filter out noisy warning message
413
- if (line.matches(".*Picked up _JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED.*")) {
+ if (line.matches(".*Picked up _JAVA_OPTIONS:.*")) {
414
continue;
415
}
416
log.warn(line);
0 commit comments