()
| 38 | } |
| 39 | |
| 40 | @DynamoDBIndexHashKey(globalSecondaryIndexName="game-index",attributeName="game") |
| 41 | public String getGame() { |
| 42 | return game; |
| 43 | } |
| 44 | public void setGame(String gameId){ |
| 45 | this.game = gameId; |
| 46 | } |
nothing calls this directly
no outgoing calls
no test coverage detected