()
| 2460 | } |
| 2461 | |
| 2462 | public final Book getCurrentBook() { |
| 2463 | return currentBook; |
| 2464 | } |
| 2465 | |
| 2466 | public final void setHoldingTimeByMultiplier(final int multiplier) { |
| 2467 | currentHoldingTime = HOLDING_TIME_MIN * (multiplier + 1); |
no outgoing calls
no test coverage detected