mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-09 12:14:41 +00:00
Resolves checkstyle errors for collection-pipeline, command, commander (#1061)
* Reduces checkstyle errors in collection-pipeline * Reduces checkstyle errors in command * Reduces checkstyle errors in commander
This commit is contained in:
committed by
Ilkka Seppälä
parent
31f27a720b
commit
2f49648047
@@ -33,6 +33,7 @@ public class Person {
|
||||
|
||||
/**
|
||||
* Constructor to create an instance of person.
|
||||
*
|
||||
* @param cars the list of cars owned
|
||||
*/
|
||||
public Person(List<Car> cars) {
|
||||
|
||||
Reference in New Issue
Block a user