From 0b2bc53b3537130537421217877e827ad6eba0bb Mon Sep 17 00:00:00 2001 From: D3v1s0m Date: Sat, 28 Oct 2023 10:17:06 +0530 Subject: [PATCH] hopefully fix build due to api javadoc HTML issue --- .../main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java b/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java index 1c4fb67..cd10b37 100644 --- a/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java +++ b/api/src/main/java/lol/pyr/znpcsplus/api/entity/PropertyHolder.java @@ -10,7 +10,7 @@ public interface PropertyHolder { * Method used to get the value of a property from a property holder * * @param key Unique key representing a property - * @return The value associated with the provided property key & this holder + * @return The value associated with the provided property key and this holder * @param The type of the property value */ T getProperty(EntityProperty key);