/* * 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 517 of check wikipedia project. * Error 517: strike tags */ public class CheckErrorAlgorithm517 extends CheckErrorAlgorithm042 { // Renamed as 042 }