(Set<String> users)
| 53 | return users; |
| 54 | } |
| 55 | public void setUsers(Set<String> users) { |
| 56 | this.users = users; |
| 57 | } |
| 58 | |
| 59 | @DynamoDBAttribute(attributeName="games") |
| 60 | public Set<String> getGames() { |
nothing calls this directly
no outgoing calls
no test coverage detected