/* * 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 502 of check wikipedia project. * Error 502: Template namespace in template usage */ public class CheckErrorAlgorithm502 extends CheckErrorAlgorithm001 { // Renamed as 001 }