Skip to content

Commit

Permalink
Cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
bmacedo committed Jun 25, 2015
1 parent 6b742db commit 1416d24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class WsdlLanguageModule extends BaseLanguageModule {
public WsdlLanguageModule() {
super(NAME, null, TERSE_NAME, XmlRuleChainVisitor.class, "wsdl");
addVersion("", new XmlHandler(), true);
System.err.println("Carregou modulo WSDL");
}

}

0 comments on commit 1416d24

Please sign in to comment.