hopefully fix build due to api javadoc HTML issue
This commit is contained in:
parent
3fba776df1
commit
0b2bc53b35
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public interface PropertyHolder {
|
||||||
* Method used to get the value of a property from a property holder
|
* Method used to get the value of a property from a property holder
|
||||||
*
|
*
|
||||||
* @param key Unique key representing a property
|
* @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
|
* @param <T> The type of the property value
|
||||||
*/
|
*/
|
||||||
<T> T getProperty(EntityProperty<T> key);
|
<T> T getProperty(EntityProperty<T> key);
|
||||||
|
|
Loading…
Reference in a new issue