Skip to content

Commit

Permalink
refactor: add addMdules method allowing to compile version jdk8 on JV…
Browse files Browse the repository at this point in the history
…M9 runtime
  • Loading branch information
bsorrentino committed Sep 15, 2023
1 parent ff94eeb commit 465bc9a
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -423,9 +423,9 @@ public void setLocale(Locale locale) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}

// public void addModules(Iterable<String> moduleNames) {
// throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
// }
public void addModules(Iterable<String> moduleNames) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}

@Override
public Boolean call() {
Expand Down

0 comments on commit 465bc9a

Please sign in to comment.