Author: kwright
Date: Fri Nov 16 13:51:52 2012
New Revision: 1410344

URL: http://svn.apache.org/viewvc?rev=1410344&view=rev
Log:
Get the recorded status code correct.

Modified:
    
manifoldcf/branches/CONNECTORS-120/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java

Modified: 
manifoldcf/branches/CONNECTORS-120/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java?rev=1410344&r1=1410343&r2=1410344&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-120/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-120/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
 Fri Nov 16 13:51:52 2012
@@ -385,7 +385,7 @@ public class ThrottledFetcher
         // stand
         try
         {
-          int statusCode = methodThread.getResponseCode();
+          statusCode = methodThread.getResponseCode();
           long currentTime;
           switch (statusCode)
           {


Reply via email to