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

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/stress/Stress10Suite.java

Merge from eclipse_canonical_format

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        return Stress10Suite.class.getSimpleName();
26
26
    }
27
27
 
28
 
    public static void main(String[] args) throws Exception {
 
28
    public static void main(final String[] args) throws Exception {
29
29
        new Stress10Suite(args).runTest();
30
30
    }
31
31
 
33
33
        super(name(), args);
34
34
    }
35
35
 
 
36
    @Override
36
37
    public void runTest() throws Exception {
37
38
 
38
39
        if (isUntilStopped()) {