Skip to content

Commit

Permalink
Update RpsBlock.java
Browse files Browse the repository at this point in the history
  • Loading branch information
icklesteve committed May 17, 2019
1 parent 5de7dc7 commit 5d23099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/jmri/jmrix/rps/RpsBlock.java
Expand Up @@ -92,10 +92,10 @@ public void notifyFailedThrottleRequest(LocoAddress address, String reason) {

/**
* {@inheritDoc}
* @Deprecated since 4.15.7; use #notifyDecisionRequired
* @deprecated since 4.15.7; use #notifyDecisionRequired
*/
@Override
@deprecated
@Deprecated
public void notifyStealThrottleRequired(jmri.LocoAddress address) {
jmri.InstanceManager.throttleManagerInstance().responseThrottleDecision(address, this, DecisionType.STEAL );
}
Expand Down

0 comments on commit 5d23099

Please sign in to comment.