Resolved checkstyle audit error
This commit is contained in:
parent
b5d4445d63
commit
221b71781a
@ -46,7 +46,7 @@ public class App {
|
|||||||
* <code>App</code> is unaware which concrete implementation of {@link Blacksmith} it is using.
|
* <code>App</code> is unaware which concrete implementation of {@link Blacksmith} it is using.
|
||||||
* The decision of which blacksmith implementation to use may depend on configuration, or
|
* The decision of which blacksmith implementation to use may depend on configuration, or
|
||||||
* the type of rival in war.
|
* the type of rival in war.
|
||||||
* @param blacksmith
|
* @param blacksmith a non-null implementation of blacksmith
|
||||||
*/
|
*/
|
||||||
public App(Blacksmith blacksmith) {
|
public App(Blacksmith blacksmith) {
|
||||||
this.blacksmith = blacksmith;
|
this.blacksmith = blacksmith;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user