Skip to content

Commit

Permalink
CLDR-7277 update parallel ConsoleCheckCLDR
Browse files Browse the repository at this point in the history
- new option "-1" to request sequential console check
- runs in sequential mode under certain circumstances
- also, added CheckCLDR.toString() to just show a simple class name
  • Loading branch information
srl295 committed Dec 20, 2023
1 parent 6203693 commit 2550a54
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 386 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
*/
public abstract class CheckCLDR implements CheckAccessor {

/** serialize CheckCLDR as just its class name */
public String toString() {
return getClass().getSimpleName();
}

public static final boolean LIMITED_SUBMISSION =
false; // TODO: CLDR-13337: represent differently

Expand Down
Loading

0 comments on commit 2550a54

Please sign in to comment.