Skip to content

Commit

Permalink
add Map
Browse files Browse the repository at this point in the history
  • Loading branch information
Александр Долинский committed Jun 22, 2017
1 parent 6c5517d commit 742fae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/ru/colibri/ui/core/contexts/TestContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
import lombok.Setter;
import org.springframework.stereotype.Component;

import java.util.HashMap;
import java.util.Map;

@Component
@Getter
@Setter
public class TestContext {
private String currentPageName;
private Map<String, String> context = new HashMap<>();
}

0 comments on commit 742fae3

Please sign in to comment.