You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2006/08/13 14:55:07 UTC

svn commit: r431169 - in /jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples: ElementalHttpGet.java ElementalHttpPost.java

Author: rolandw
Date: Sun Aug 13 05:55:07 2006
New Revision: 431169

URL: http://svn.apache.org/viewvc?rev=431169&view=rev
Log:
fixed JavaDoc warnings

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpGet.java
    jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpPost.java

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpGet.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpGet.java?rev=431169&r1=431168&r2=431169&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpGet.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpGet.java Sun Aug 13 05:55:07 2006
@@ -52,10 +52,12 @@
 import org.apache.http.util.EntityUtils;
 
 /**
- * <p>
- * </p>
+ * Elemental example for executing a GET request.
+ *
  * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
  *
+ *
+ * <!-- empty lines above to avoid 'svn diff' context problems -->
  * @version $Revision$
  */
 public class ElementalHttpGet {

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpPost.java
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpPost.java?rev=431169&r1=431168&r2=431169&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpPost.java (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/ElementalHttpPost.java Sun Aug 13 05:55:07 2006
@@ -58,10 +58,12 @@
 import org.apache.http.util.EntityUtils;
 
 /**
- * <p>
- * </p>
+ * Elemental example for executing a POST request.
+ *
  * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
  *
+ *
+ * <!-- empty lines above to avoid 'svn diff' context problems -->
  * @version $Revision$
  */
 public class ElementalHttpPost {