This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-savan.git
commit 5acf4fa5b8c97a704e0102bfeabff2a42e04af62 Author: Hemapani Srinath Perera <hemap...@apache.org> AuthorDate: Sat Jun 9 16:31:11 2007 +0000 add A sample --- modules/core/src/test/java/org/apache/axis2/savan/atom/AtomSample.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/src/test/java/org/apache/axis2/savan/atom/AtomSample.java b/modules/core/src/test/java/org/apache/axis2/savan/atom/AtomSample.java index cb6507f..5c1d2b6 100644 --- a/modules/core/src/test/java/org/apache/axis2/savan/atom/AtomSample.java +++ b/modules/core/src/test/java/org/apache/axis2/savan/atom/AtomSample.java @@ -21,6 +21,8 @@ public class AtomSample { * <li>Run the sample with http://serviceHost:servicePort/services/<Service-Name> * and <client-repostiory-location></li> * </ol> + * + * Samples shows how to Create,Delete, publish to with SOAP/REST, and retrive a Feed. * @param args */