Skip to content

Commit

Permalink
- removed unused class.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwayner committed Jan 28, 2011
1 parent e505c64 commit 523a36e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions src/com/johnwayner/android/simplesoap/MyWriter.java

This file was deleted.

1 change: 0 additions & 1 deletion src/com/johnwayner/android/simplesoap/SimpleSoap.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public static void main(String[] args) {
try {
WSDLFactory wsdlFactory = WSDLFactory.newInstance();
WSDLReader wsdlReader = wsdlFactory.newWSDLReader();
WSDLWriter wsdlWriter = wsdlFactory.newWSDLWriter();

if(args.length < 3) {
System.out.println("Usage: XXXX <wsdl> <base package name> <output dir>");
Expand Down

0 comments on commit 523a36e

Please sign in to comment.