/* * 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 519 of check wikipedia project. * Error 519: <a> tags in main namespace */ public class CheckErrorAlgorithm519 extends CheckErrorAlgorithm004 { // Renamed as 004 }