Author: dandiep
Date: Thu Jul 26 18:18:28 2007
New Revision: 560050

URL: http://svn.apache.org/viewvc?view=rev&rev=560050
Log:
undo stupid commenting out of a service method post build and precommit

Modified:
    
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/customer/bare/CustomerService.java

Modified: 
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/customer/bare/CustomerService.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/customer/bare/CustomerService.java?view=diff&rev=560050&r1=560049&r2=560050
==============================================================================
--- 
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/customer/bare/CustomerService.java
 (original)
+++ 
incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/customer/bare/CustomerService.java
 Thu Jul 26 18:18:28 2007
@@ -80,14 +80,14 @@
         return c;
     }
 
-//    @Get
-//    @HttpResource(location = "/customers/details/{id}")
-//    @WebMethod
-//    public String getSomeDetails(@WebParam(name = "GetCustomer") GetCustomer 
getCustomer) 
-//        throws CustomerNotFoundFault {
-//        return "some details";
-//    }
-//    
+    @Get
+    @HttpResource(location = "/customers/details/{id}")
+    @WebMethod
+    public String getSomeDetails(@WebParam(name = "GetCustomer") GetCustomer 
getCustomer) 
+        throws CustomerNotFoundFault {
+        return "some details";
+    }
+    
     @Put
     @HttpResource(location = "/customers/{id}")
     @WebMethod


Reply via email to