r9519 - helma/helma/trunk/src/helma/objectmodel/db
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2009-02-18 16:43:48 +0100 (Wed, 18 Feb 2009)
New Revision: 9519
Modified:
helma/helma/trunk/src/helma/objectmodel/db/Relation.java
Log:
Remove duplicate maxSize assignment.
Details at http://dev.helma.org/trac/helma/changeset/9519
Modified: helma/helma/trunk/src/helma/objectmodel/db/Relation.java
===================================================================
--- helma/helma/trunk/src/helma/objectmodel/db/Relation.java 2009-02-18 09:24:33 UTC (rev 9518)
+++ helma/helma/trunk/src/helma/objectmodel/db/Relation.java 2009-02-18 15:43:48 UTC (rev 9519)
@@ -125,7 +125,6 @@
this.maxSize = rel.maxSize;
this.constraints = rel.constraints;
this.accessName = rel.accessName;
- this.maxSize = rel.maxSize;
this.logicalOperator = rel.logicalOperator;
this.aggressiveLoading = rel.aggressiveLoading;
this.aggressiveCaching = rel.aggressiveCaching;