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 2013/03/19 02:05:10 UTC

svn commit: r1458074 - /manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java

Author: kwright
Date: Tue Mar 19 01:05:09 2013
New Revision: 1458074

URL: http://svn.apache.org/r1458074
Log:
Update stub to build correctly against LLValue

Modified:
    manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java

Modified: manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java?rev=1458074&r1=1458073&r2=1458074&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java (original)
+++ manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java Tue Mar 19 01:05:09 2013
@@ -66,12 +66,14 @@ public class LLValue
     return null;
   }
   
-  public void add(String attributeName, int intValue)
+  public int add(String attributeName, int intValue)
   {
+    return 0;
   }
 
-  public void add(String attributeName, String strValue)
+  public int add(String attributeName, String strValue)
   {
+    return 0;
   }
   
   public boolean isTable()