Fixed comment

This commit is contained in:
nathan 2015-09-27 19:08:52 +02:00
parent dd32671014
commit b599206867
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ abstract class PoolableObject<T> {
/**
* called when a new instance is created
* Called when a new instance is created
*/
public abstract T create();
}