Changeset 73
- Timestamp:
- 08/15/07 22:48:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbtracker/trunk/src/org/bbtracker/mobile/RMSTrackStore.java
r72 r73 69 69 70 70 public void saveTrack(final Track track) throws TrackStoreException { 71 if (true) {72 throw new TrackStoreException("foo");73 }74 71 RecordStore rs = null; 75 72 try {
Note: See TracChangeset
for help on using the changeset viewer.