Author: arminw
Date: Wed Jan 4 17:19:02 2006
New Revision: 366047
URL: http://svn.apache.org/viewcvs?rev=366047&view=rev
Log:
fix getter/setter
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DMapImpl.java
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DMapImpl.java
URL:
http://svn.apache.org/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DMapImpl.java?rev=366047&r1=366046&r2=366047&view=diff
==============================================================================
---
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DMapImpl.java
(original)
+++
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DMapImpl.java
Wed Jan 4 17:19:02 2006
@@ -54,11 +54,6 @@
public DMapImpl()
{
this.entries = new ManageableHashSet();
-// if(getTransaction() == null)
-// {
-// throw new TransactionNotInProgressException("Materialization of
DCollection instances must be done" +
-// " within a odmg-tx");
-// }
getPBKey();
}
@@ -219,7 +214,7 @@
* Sets the entries.
* @param entries The entries to set
*/
- public void setEntries(ManageableHashSet entries)
+ public void setEntries(Set entries)
{
this.entries = entries;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]