You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by og...@apache.org on 2005/09/12 17:03:35 UTC

svn commit: r280351 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodDirector.java

Author: oglueck
Date: Mon Sep 12 08:03:31 2005
New Revision: 280351

URL: http://svn.apache.org/viewcvs?rev=280351&view=rev
Log:
typo

Modified:
    jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodDirector.java

Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodDirector.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodDirector.java?rev=280351&r1=280350&r2=280351&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodDirector.java (original)
+++ jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodDirector.java Mon Sep 12 08:03:31 2005
@@ -557,8 +557,7 @@
 	 * @return <code>true</code> if the redirect was successful
 	 */
 	private boolean processRedirectResponse(final HttpMethod method)
-     throws RedirectException  
-    {
+     throws RedirectException {
 		//get the location header to find out where to redirect to
 		Header locationHeader = method.getResponseHeader("location");
 		if (locationHeader == null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org