Scarab commit: svn commit: r11018 - branches/release/0.22/src/java/org/tigris/scarab/om/AttributeValue.java
[email protected] Fri, 7 May 2010 02:44:28 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-05-07 02:44:27-0700
New Revision: 11018
Modified:
branches/release/0.22/src/java/org/tigris/scarab/om/AttributeValue.java
Log:
FIX - Method stub added to solve compilation errors.
Modified: branches/release/0.22/src/java/org/tigris/scarab/om/AttributeValue.java
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/java/org/tigris/scarab/om/AttributeValue.java?view=diff&pathrev=11018&r1=11017&r2=11018
==============================================================================
--- branches/release/0.22/src/java/org/tigris/scarab/om/AttributeValue.java (original)
+++ branches/release/0.22/src/java/org/tigris/scarab/om/AttributeValue.java 2010-05-07 02:44:27-0700
@@ -815,6 +815,13 @@
.getNewInstance(getAttributeId(), getIssue());
return copyInto(copyObj);
}
+
+ public AttributeValue copy(Connection con) throws TorqueException
+ {
+ throw new RuntimeException("Unimplemented method AttributeValue:copy(Connection conn)");
+ //return copy();
+ }
+
public void save(Connection dbcon)
throws TorqueException
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2604889