issue #333 snapshot version fixed
This commit is contained in:
@@ -3,7 +3,7 @@ package com.iluwatar.factorykit;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
/**
|
||||
* Functional interface that allows adding builder with name to the factory
|
||||
* Functional interface that allows adding builder with name to the factory.
|
||||
*/
|
||||
public interface Builder {
|
||||
void add(WeaponType name, Supplier<Weapon> supplier);
|
||||
|
Reference in New Issue
Block a user