We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d4445 commit 221b717Copy full SHA for 221b717
factory-method/src/main/java/com/iluwatar/factory/method/App.java
@@ -46,7 +46,7 @@ public class App {
46
* <code>App</code> is unaware which concrete implementation of {@link Blacksmith} it is using.
47
* The decision of which blacksmith implementation to use may depend on configuration, or
48
* the type of rival in war.
49
- * @param blacksmith
+ * @param blacksmith a non-null implementation of blacksmith
50
*/
51
public App(Blacksmith blacksmith) {
52
this.blacksmith = blacksmith;
0 commit comments