Merge pull request #9919 from psevestre/master

[BAEL-4381] Formatting issues
This commit is contained in:
bfontana 2020-08-25 23:39:40 -03:00 committed by GitHub
commit 0ec4fdebe1
2 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ public class SmurfsRepository {
smurfs.put("Architect", new Smurf("Architect", true, true));
smurfs.put("Baby", new Smurf("Baby", true, true));
smurfs.put("Baker", new Smurf("Baker", true, true));
smurfs.put("Baker", new Smurf("Baker", true, true));
}
public List<Smurf> findAll() {

View File

@ -5,8 +5,6 @@ public class Smurf {
private boolean comic;
private boolean cartoon;
public Smurf() {}
public Smurf(String name, boolean comic, boolean cartoon) {
this.name = name;
this.comic = comic;