From 3eab463a68fb0a9eaa12512dd1fef1addaaec666 Mon Sep 17 00:00:00 2001 From: Bjarne Koll <LynxPlay101@gmail.com> Date: Wed, 19 Jul 2023 13:51:58 +0200 Subject: [PATCH] [ci skip] Fix incorrect javadoc in JarLibrary (#9513) --- patches/api/Paper-Plugins.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Paper-Plugins.patch b/patches/api/Paper-Plugins.patch index c9fe1910f5..8cf55aa0c1 100644 --- a/patches/api/Paper-Plugins.patch +++ b/patches/api/Paper-Plugins.patch @@ -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 { +