Skip to content

Commit

Permalink
classname renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jan 20, 2012
1 parent 0342773 commit 7cc079b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -23,9 +23,9 @@
/**
* A simple Resource which extends BasicXMLResource
*/
public class KonakartRegistrationSOAPInfResource extends BasicXMLResource {
public class UserRegistrationResource extends BasicXMLResource {

private static Logger log = Logger.getLogger(KonakartRegistrationSOAPInfResource.class);
private static Logger log = Logger.getLogger(UserRegistrationResource.class);

private static String KONAKART_NAMESPACE = "http://www.konakart.com/1.0";

Expand Down

0 comments on commit 7cc079b

Please sign in to comment.