[BAEL-4381] Fix formatting
This commit is contained in:
parent
10349f5185
commit
f3c4e3e36d
@ -26,11 +26,7 @@ public class SmurfsRepository {
|
||||
smurfs.put("Baker", new Smurf("Baker", true, true));
|
||||
smurfs.put("Baker", new Smurf("Baker", true, true));
|
||||
}
|
||||
|
||||
public SmurfsRepository() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
public List<Smurf> findAll() {
|
||||
return Collections.unmodifiableList(smurfs.values().stream().collect(toList()));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user