Added some more javadoc

This commit is contained in:
Florian CUNY 2019-01-13 10:28:49 +01:00
parent 9cf63611e4
commit 6f4d3aeaed

View File

@ -106,6 +106,7 @@ public class Database<T> {
* Attempts to delete the object with the uniqueId
* @param uniqueId - uniqueId of object
* @return true if successful, false if there is no such uniqueId
* @since 1.1
*/
public boolean deleteID(String uniqueId) {
return handler.deleteID(uniqueId);