mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 18:58:44 +00:00
Adjust checkstyle rules. Make checkstyle fail the build when violations are found. Correct all current checkstyle violations.
This commit is contained in:
@@ -12,6 +12,9 @@ public class StewData {
|
||||
private int numMeat;
|
||||
private int numPeppers;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public StewData(int numPotatoes, int numCarrots, int numMeat, int numPeppers) {
|
||||
this.numPotatoes = numPotatoes;
|
||||
this.numCarrots = numCarrots;
|
||||
|
||||
Reference in New Issue
Block a user