Changeset 73


Ignore:
Timestamp:
08/15/07 22:48:56 (6 years ago)
Author:
saua
Message:

D'Oh! I've left a testing exception in there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbtracker/trunk/src/org/bbtracker/mobile/RMSTrackStore.java

    r72 r73  
    6969 
    7070        public void saveTrack(final Track track) throws TrackStoreException { 
    71                 if (true) { 
    72                         throw new TrackStoreException("foo"); 
    73                 } 
    7471                RecordStore rs = null; 
    7572                try { 
Note: See TracChangeset for help on using the changeset viewer.