minor change on comment
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / common / IdentifiableEntity.java
index b69fe82c189752c821c28b4b5b186f8e94ce99a6..6441169c7d73c0b13e394c52bce0e056b7eeb478 100644 (file)
@@ -182,7 +182,7 @@ public abstract class IdentifiableEntity<S extends IIdentifiableEntityCacheStrat
        /* (non-Javadoc)
         * @see eu.etaxonomy.cdm.model.common.IIdentifiableEntity#getTitleCache()
         */
-       //@Transient  - not transient since this property is to be included in all serializations produced by the remote layer
+       // @Transient  - must not be transient, since this property needs to to be included in all serializations produced by the remote layer 
        public String getTitleCache(){
                if (protectedTitleCache){
                        return this.titleCache;