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/16 16:02:22 UTC

svn commit: r657068 - in /cxf/branches/2.0.x-fixes: ./ distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java

Author: dkulp
Date: Fri May 16 07:02:22 2008
New Revision: 657068

URL: http://svn.apache.org/viewvc?rev=657068&view=rev
Log:
Merged revisions 656416 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r656416 | dkulp | 2008-05-14 16:29:57 -0400 (Wed, 14 May 2008) | 2 lines
  
  Add snippet comment back in for the confluence snippet plugin
........

Modified:
    cxf/branches/2.0.x-fixes/   (props changed)
    cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java

Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java?rev=657068&r1=657067&r2=657068&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java (original)
+++ cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/java_first_jaxws/src/demo/hw/server/HelloWorld.java Fri May 16 07:02:22 2008
@@ -21,6 +21,8 @@
 
 import javax.jws.WebService;
 
+// START SNIPPET: service
+
 @WebService
 public interface HelloWorld {
     String sayHi(String text);