Author: dkulp
Date: Wed Feb 27 20:23:06 2008
New Revision: 631841

URL: http://svn.apache.org/viewvc?rev=631841&view=rev
Log:
Make checkstyle happy

Modified:
    
incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/User.java

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/User.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/User.java?rev=631841&r1=631840&r2=631841&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/User.java
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/User.java
 Wed Feb 27 20:23:06 2008
@@ -23,5 +23,5 @@
 @XmlJavaTypeAdapter(UserAdapter.class)
 public interface User {
 
-    public String getName();
+    String getName();
 }


Reply via email to