mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 08:59:01 +00:00
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