~yshavit/akiban-persistit/bug1042960

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/stress/unit/Stress4Base.java

merge pbeaman: This branch contains no substantive changes.

https://code.launchpad.net/~pbeaman/akiban-persistit/eclipse-canonical-format/+merge/119756

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
    private Exception _mostRecentException;
56
56
 
57
 
    public Stress4Base(String argsString) {
 
57
    public Stress4Base(final String argsString) {
58
58
        super(argsString);
59
59
    }
60
60