2627282930313233
} else if (lang.equalsIgnoreCase("Portuguese")) { this.cleaner = new PortugueseWikiPageCleaner(this.title, rawText); } else { this.cleaner = new EnglishWikiPageCleaner(this.title, rawText); } }