~pbeaman/akiban-persistit/buffer-pool-warmup-sorted

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/ConfirmEmptyVolume.java

Merge from eclipse_canonical_format

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
public class ConfirmEmptyVolume extends AbstractStressTest {
22
22
 
23
23
    Volume[] _volumes;
24
 
    
 
24
 
25
25
    public ConfirmEmptyVolume(final String argsString) {
26
26
        super(argsString);
27
27
    }