Skip to content

Commit

Permalink
#28 @Rez97 - removed toggles ArrayList from PetClinicToggles
Browse files Browse the repository at this point in the history
  • Loading branch information
nickiatro committed Apr 16, 2019
1 parent 6ba1e5b commit acfc895
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ public class PetClinicToggles {
public static Toggle toggleFindOwnerByFirstName = new Toggle(0.5f);

// TODO remove
public static Collection<Boolean> toggles = new ArrayList<>(Arrays.asList(toggleFindOwnerByLastName.isOn(), toggleListOfOwners.isOn(),toggleFindOwnerByFirstName.isOn()));



public static Collection<Boolean> getToggleValues() {
return new ArrayList<>(Arrays.asList(
Expand Down

0 comments on commit acfc895

Please sign in to comment.