You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/05/14 22:29:57 UTC

svn commit: r656416 - /cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java

Author: dkulp
Date: Wed May 14 13:29:57 2008
New Revision: 656416

URL: http://svn.apache.org/viewvc?rev=656416&view=rev
Log:
Add snippet comment back in for the confluence snippet plugin

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

Modified: cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java?rev=656416&r1=656415&r2=656416&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java (original)
+++ cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java Wed May 14 13:29:57 2008
@@ -23,6 +23,8 @@
 import javax.jws.WebService;
 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
+// START SNIPPET: service
+
 @WebService
 public interface HelloWorld {