Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Dec 23, 2024
1 parent 1599e85 commit d763024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pf4j/src/main/java/org/pf4j/DefaultPluginManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* Default implementation of the {@link PluginManager} interface.
* In essence it is a {@link ZipPluginManager} plus a {@link JarPluginManager}.
* In essence, it is a {@link ZipPluginManager} plus a {@link JarPluginManager}.
* So, it can load plugins from jar and zip, simultaneous.
*
* <p>This class is not thread-safe.
Expand Down

0 comments on commit d763024

Please sign in to comment.