minor
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 19 Oct 2010 17:17:25 +0000 (17:17 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 19 Oct 2010 17:17:25 +0000 (17:17 +0000)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/facade/DerivedUnitFacade.java

index ae965742d278c31809a73e49b82c5321e765243b..207c827453941e0bdbd0dc60af0b057d61546571 100644 (file)
@@ -19,7 +19,6 @@ import java.util.List;
 import java.util.Map;\r
 import java.util.Set;\r
 \r
-import javax.mail.MethodNotSupportedException;\r
 import javax.persistence.Transient;\r
 \r
 import org.apache.log4j.Logger;\r
@@ -356,6 +355,8 @@ public class DerivedUnitFacade {
         * Transforms the property paths in a way that the facade is handled just like an \r
         * ordinary CdmBase object.<BR>\r
         * E.g. a property path "collectinAreas" will be translated into gatheringEvent.collectingAreas\r
+        * \r
+        * Not needed (?) as the facade works with REST service property paths without using this method.\r
         * @param propertyPaths\r
         * @return\r
         */\r