Package org.wikipediacleaner.api.check

Examples of org.wikipediacleaner.api.check.CheckErrorComparator


      return exception;
    }

    // Sorting errors by priority
    setText(GT._("Sorting errors by priority"));
    Collections.sort(errors, new CheckErrorComparator());

    return null;
  }
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.api.check.CheckErrorComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.