~yshavit/akiban-persistit/bug1042960

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/unit/ValueCoderTest1.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:
151
151
        }
152
152
    }
153
153
 
154
 
    private void debug(boolean condition) {
 
154
    private void debug(final boolean condition) {
155
155
        if (!condition) {
156
156
            return;
157
157
        }