hopefully fix build due to api javadoc HTML issue

This commit is contained in:
D3v1s0m 2023-10-28 10:17:06 +05:30
parent 3fba776df1
commit 0b2bc53b35
No known key found for this signature in database
GPG Key ID: FA1F770C7B1D40C1

@ -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 <T> The type of the property value
*/
<T> T getProperty(EntityProperty<T> key);