(final long timestamp, final long staticId)
| 4421 | } |
| 4422 | |
| 4423 | public final void removeNewPT(final long timestamp, final long staticId) { |
| 4424 | removeNewPT(timestamp, staticId, true); |
| 4425 | } |
| 4426 | public final boolean removeNewPT(final long timestamp, final long staticId, final boolean updateView) { |
| 4427 | boolean removed = false; |
| 4428 |
no test coverage detected