Skip to content

Commit

Permalink
Update javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiulu3 authored and qiulu3 committed Sep 22, 2020
1 parent b3e2d59 commit c8887bc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,14 +27,14 @@ public interface DataConsistencyChecker {
/**
* Check each table count is valid.
*
* @return count check result.
* @return count check result
*/
Map<String, DataConsistencyCheckResult> countCheck();

/**
* Check each table data is valid.
*
* @return data is valid or not.
* @return data is valid or not
*/
Map<String, Boolean> dataCheck();
}

0 comments on commit c8887bc

Please sign in to comment.