You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/04/15 04:12:15 UTC

svn commit: r1092570 - /incubator/lcf/branches/CONNECTORS-32/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java

Author: kwright
Date: Fri Apr 15 02:12:14 2011
New Revision: 1092570

URL: http://svn.apache.org/viewvc?rev=1092570&view=rev
Log:
Merge changes for CONNECTORS-179.

Modified:
    incubator/lcf/branches/CONNECTORS-32/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java

Modified: incubator/lcf/branches/CONNECTORS-32/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-32/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java?rev=1092570&r1=1092569&r2=1092570&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-32/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java (original)
+++ incubator/lcf/branches/CONNECTORS-32/framework/core/src/main/java/org/apache/manifoldcf/core/connector/BaseConnector.java Fri Apr 15 02:12:14 2011
@@ -106,6 +106,7 @@ public abstract class BaseConnector impl
   *@param threadContext is the new thread context.
   */
   public void setThreadContext(IThreadContext threadContext)
+    throws ManifoldCFException
   {
     currentContext = threadContext;
   }