javadoc
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / store / CdmStore.java
index e1957a87ffef4c0fc3ce56466588fc6aeb48b66b..ae32adb527300737cc101b9902e874681455f28a 100644 (file)
@@ -288,13 +288,8 @@ public class CdmStore {
        }
        
        /**
-        * Generic method that will scan the getters of {@link ICdmApplicationConfiguration} for the given service
-        * interface. If a matching getter is found the according service implementation is returned by
-        * invoking the getter otherwise the method returns <code>null</code>.
-        *
-        * @param <T>
-        * @param serviceClass
-        * @return the configured implementation of <code>serviceClass</code> or <code>null</code>
+        * @see #getService(Class)
+        * As ICommonService is not extending IService we need a specific request here
         */
        public static ICommonService getCommonService() {
                ICdmApplicationConfiguration configuration = getCurrentApplicationConfiguration();