1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-31 03:50:36 +01:00

[ci skip] Fix incorrect javadoc in JarLibrary ()

This commit is contained in:
Bjarne Koll 2023-07-19 13:51:58 +02:00
parent a4dac24ba0
commit 3eab463a68

View file

@ -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 {
+