()
| 1381 | } |
| 1382 | |
| 1383 | public final Card getPairedWith() { |
| 1384 | return pairedWith; |
| 1385 | } |
| 1386 | public final void setPairedWith(final Card c) { |
| 1387 | pairedWith = view.setCard(pairedWith, c, TrackableProperty.PairedWith); |
| 1388 | } |
no outgoing calls
no test coverage detected