Small formatting update
This commit is contained in:
parent
eaa6b4307b
commit
1b0a16a88b
2 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,8 @@
|
|||
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-base:win:11" level="project" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-fxml:11" level="project" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-fxml:win:11" level="project" />
|
||||
<orderEntry type="library" name="Maven: mysql:mysql-connector-java:5.1.36" level="project" />
|
||||
<orderEntry type="library" name="Maven: mysql:mysql-connector-java:8.0.16" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.6.1" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.xerial:sqlite-jdbc:3.8.11.2" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ public class PluginManager<T> implements Iterable<PluginData>{
|
|||
else if(version == plugin.getVersion())
|
||||
log.fine("Ignoring duplicate plugin: " + plugin);
|
||||
else
|
||||
log.fine("Ignoring outdated plugin: "+plugin);
|
||||
log.fine("Ignoring outdated plugin: " + plugin);
|
||||
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue