issue #333 snapshot version fixed

This commit is contained in:
Crossy147
2016-02-16 00:05:28 +01:00
parent 8fabc861b3
commit 2fa705ab59
2 changed files with 40 additions and 13 deletions

View File

@@ -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);