~pbeaman/akiban-persistit/dynamic-volumes

« back to all changes in this revision

Viewing changes to src/main/java/com/persistit/Volume.java

  • Committer: Peter Beaman
  • Date: 2013-05-15 14:42:26 UTC
  • Revision ID: pbeaman@akiban.com-20130515144226-sw04xog4k2edhiew
Add VolumeTest#createAndDeleteCycle

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
        final boolean deleted = getStorage().delete();
304
304
        return deleted;
305
305
    }
306
 
    
 
306
 
307
307
    /**
308
308
     * Returns the path name by which this volume was opened.
309
309
     *