Changeset 14709
- Timestamp:
- 07/24/10 11:11:06 (7 weeks ago)
- Location:
- framework/trunk/core
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/core/metamodel/src/main/java/org/nakedobjects/metamodel/spec/feature/NakedObjectAssociationContainer.java
r13488 r14709 5 5 import org.nakedobjects.metamodel.commons.filters.Filter; 6 6 import org.nakedobjects.metamodel.commons.filters.Filters; 7 import org.nakedobjects.metamodel.spec.NakedObjectSpecificationException; 7 8 8 9 … … 11 12 /** 12 13 * Get the field object representing the field with the specified field identifier. 14 * 15 * Throw a {@link NakedObjectSpecificationException} if no such association exists. 13 16 */ 14 17 NakedObjectAssociation getAssociation(String id); -
framework/trunk/core/runtime/src/main/java/org/nakedobjects/runtime/persistence/adapterfactory/pojo/PojoAdapter.java
r13777 r14709 76 76 77 77 // better safe than sorry, though 78 LOG.debug("finalizing pojo, oid: " + getOid());78 // LOG.debug("finalizing pojo, oid: " + getOid()); 79 79 } 80 80 }
