mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-31 03:50:36 +01:00
[ci skip] Fix incorrect javadoc in JarLibrary (#9513)
This commit is contained in:
parent
a4dac24ba0
commit
3eab463a68
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * resulting in a jar library that provides the jar at {@code libs/custom-library-1.24.jar} to the plugins classloader
|
||||
+ * at runtime.
|
||||
+ * <p>
|
||||
+ * The jar library implementation will error if file exists at the specified path.
|
||||
+ * The jar library implementation will error if the file does not exist at the specified path.
|
||||
+ */
|
||||
+public class JarLibrary implements ClassPathLibrary {
|
||||
+
|
||||
|
|
Loading…
Add table
Reference in a new issue