(final long timestamp)
| 4299 | } |
| 4300 | |
| 4301 | public final boolean removeCloneState(final long timestamp) { |
| 4302 | if (clonedStates.remove(timestamp) != null) { |
| 4303 | updateCloneState(true); |
| 4304 | updateWorldTimestamp(timestamp); |
| 4305 | return true; |
| 4306 | } |
| 4307 | return false; |
| 4308 | } |
| 4309 | |
| 4310 | public final boolean removeCloneState(final CardTraitBase ctb) { |
| 4311 | boolean changed = false; |
no test coverage detected