/* * WPCleaner: A tool to help on Wikipedia maintenance tasks. * Copyright (C) 2013 Nicolas Vervelle * * See README.txt file for licensing information. */ package org.wikipediacleaner.api.check.algorithm; /** * Algorithm for analyzing error 512 of check wikipedia project. * Error 512: Interwiki link written as external link */ public class CheckErrorAlgorithm512 extends CheckErrorAlgorithm091 { // Renamed as 091 }