formatting

This commit is contained in:
Jonathan Shook
2025-01-02 12:15:33 -06:00
parent 442eae1c4e
commit 1e8bd3d044
5 changed files with 206 additions and 176 deletions

View File

@@ -2,13 +2,13 @@ package io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers;
/*
* Copyright (c) nosqlbench
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -25,7 +25,7 @@ public enum DiffType {
none(0),
/// Verify that fields named in the row are present in the reference map.
rowfields(0x1),
resultfields(0x1),
/// Verify that fields in the reference map are present in the row data.
reffields(0x1 << 1),