Skip to content

Commit 221b717

Browse files
committed
Resolved checkstyle audit error
1 parent b5d4445 commit 221b717

File tree

1 file changed

+1
-1
lines changed
  • factory-method/src/main/java/com/iluwatar/factory/method

1 file changed

+1
-1
lines changed

factory-method/src/main/java/com/iluwatar/factory/method/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class App {
4646
* <code>App</code> is unaware which concrete implementation of {@link Blacksmith} it is using.
4747
* The decision of which blacksmith implementation to use may depend on configuration, or
4848
* the type of rival in war.
49-
* @param blacksmith
49+
* @param blacksmith a non-null implementation of blacksmith
5050
*/
5151
public App(Blacksmith blacksmith) {
5252
this.blacksmith = blacksmith;

0 commit comments

Comments
 (0)