Author: kwright
Date: Tue Dec 23 10:08:45 2014
New Revision: 1647529

URL: http://svn.apache.org/r1647529
Log:
Fix a build problem

Modified:
    
manifoldcf/branches/CONNECTORS-1119/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java

Modified: 
manifoldcf/branches/CONNECTORS-1119/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1119/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java?rev=1647529&r1=1647528&r2=1647529&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1119/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1119/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/JobResetThread.java
 Tue Dec 23 10:08:45 2014
@@ -193,7 +193,7 @@ public class JobResetThread extends Thre
           {
             try
             {
-              connector.notifyOfJobEnd();
+              
connector.notifyOfJobEnd(jobDescription.getNotificationSpecification(j));
             }
             finally
             {


Reply via email to