Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Simmons committed Jul 25, 2017
1 parent b551371 commit 91fd12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class Page {
private Map<String, String> pageTitle = new HashMap<>();
private String baseClass;
private String platform = "web";
private Map<String, GUIElement> elements = new HashMap>();
private Map<String, GUIElement> elements = new HashMap<>();
private String defaultLocale = "US";
private List<String> pageValidators = new ArrayList<>();
private List<String> pageLoadingValidators = new ArrayList<>();
Expand Down

0 comments on commit 91fd12a

Please sign in to comment.