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 2012/06/18 03:25:34 UTC

svn commit: r1351189 - /manifoldcf/branches/CONNECTORS-474/connectors/documentum/implementation/src/main/java/org/apache/manifoldcf/crawler/common/DCTM/DocumentumImpl.java

Author: kwright
Date: Mon Jun 18 01:25:34 2012
New Revision: 1351189

URL: http://svn.apache.org/viewvc?rev=1351189&view=rev
Log:
Get rid of temporary debugging code.

Modified:
    manifoldcf/branches/CONNECTORS-474/connectors/documentum/implementation/src/main/java/org/apache/manifoldcf/crawler/common/DCTM/DocumentumImpl.java

Modified: manifoldcf/branches/CONNECTORS-474/connectors/documentum/implementation/src/main/java/org/apache/manifoldcf/crawler/common/DCTM/DocumentumImpl.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-474/connectors/documentum/implementation/src/main/java/org/apache/manifoldcf/crawler/common/DCTM/DocumentumImpl.java?rev=1351189&r1=1351188&r2=1351189&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-474/connectors/documentum/implementation/src/main/java/org/apache/manifoldcf/crawler/common/DCTM/DocumentumImpl.java (original)
+++ manifoldcf/branches/CONNECTORS-474/connectors/documentum/implementation/src/main/java/org/apache/manifoldcf/crawler/common/DCTM/DocumentumImpl.java Mon Jun 18 01:25:34 2012
@@ -155,11 +155,6 @@ public class DocumentumImpl extends Unic
     {
       throw new DocumentumException("Documentum error: "+e.getMessage());
     }
-    catch (Error e)
-    {
-      e.printStackTrace();
-      throw e;
-    }
   }