diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-01-06 05:30:57 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-01-06 05:30:57 +0000 |
commit | ff55ce276ff339a559156633c778bb507bff1027 (patch) | |
tree | 2a2ce17ddc6092779725e00210c1009e04f17b33 /src/main/java | |
parent | b1a2f49100d74efb899e79e7ebb2b4af385baddb (diff) |
Removed old commented out code.
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/amazon/carbonado/spi/StorableGenerator.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/java/com/amazon/carbonado/spi/StorableGenerator.java b/src/main/java/com/amazon/carbonado/spi/StorableGenerator.java index bbaa7ba..aad7d87 100644 --- a/src/main/java/com/amazon/carbonado/spi/StorableGenerator.java +++ b/src/main/java/com/amazon/carbonado/spi/StorableGenerator.java @@ -954,15 +954,6 @@ public final class StorableGenerator<S extends Storable> { CodeBuilderUtil.throwException(b, IllegalArgumentException.class, null);
notNull.setLocation();
- // TODO: why was this here? It has the negative
- // side-effect of allowing clean pk properties to be
- // modified.
- /*
- if (mGenMode == GEN_ABSTRACT) {
- markInternalJoinElementsDirty(b, property);
- }
- */
-
// Copy internal properties from joined object.
int count = property.getJoinElementCount();
for (int i=0; i<count; i++) {
|