Reformat rest of the design patterns - Issue #224
This commit is contained in:
@@ -7,8 +7,8 @@ package com.iluwatar.object.pool;
|
||||
*/
|
||||
public class OliphauntPool extends ObjectPool<Oliphaunt> {
|
||||
|
||||
@Override
|
||||
protected Oliphaunt create() {
|
||||
return new Oliphaunt();
|
||||
}
|
||||
@Override
|
||||
protected Oliphaunt create() {
|
||||
return new Oliphaunt();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user