Interface Consistency.Result

  • Enclosing class:
    Consistency

    public static interface Consistency.Result
    Callback interface for result of a consistency check.
    • Method Detail

      • inconsistent

        void inconsistent​(Revision revision)
        Called when the consistency check identified an inconsistency. The reported Revision identifies the associated change with the inconsistency.
        Parameters:
        revision - the revision of the change.