Merge pull request #9919 from psevestre/master
[BAEL-4381] Formatting issues
This commit is contained in:
commit
0ec4fdebe1
|
@ -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() {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue