avatar

963

Fix up a mock that broke with the interface change to support cancelling snipes based purely on identifier.

by mrs, 21 Jun, 2009 10:49 AM
893 963  
106106 
107107   public void setSnipe(AuctionEntry snipeOn) { }
108108 
109   public void cancelSnipe(EntryInterface snipeCancel) { }
109   public void cancelSnipe(String identifier) { }
110110 }