#108 Consistent package naming throughout the examples
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.iluwatar.object.pool;
|
||||
|
||||
/**
|
||||
*
|
||||
* Oliphaunt object pool
|
||||
*
|
||||
*/
|
||||
public class OliphauntPool extends ObjectPool<Oliphaunt> {
|
||||
|
||||
@Override
|
||||
protected Oliphaunt create() {
|
||||
return new Oliphaunt();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user