MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / setStates

Method setStates

src/main/java/scorekeep/Game.java:101–103  ·  view source on GitHub ↗
(List<String> states)

Source from the content-addressed store, hash-verified

99 return states;
100 }
101 public void setStates(List<String> states) {
102 this.states = states;
103 }
104 public void setState(String state) {
105 if ( states == null ) {
106 states = new ArrayList<String>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected