Removed unused javadoc parameter

This commit is contained in:
nathan 2015-09-20 01:08:49 +02:00
parent a7a57c71bb
commit dd32671014
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ abstract class PoolableObject<T> {
/**
* Called when an object is returned to the pool, useful for resetting an objects state, for example.
* @param object
*/
@SuppressWarnings("UnusedParameters")
public