update java doc
authorAndreas Müller <a.mueller@bgbm.org>
Sun, 3 Nov 2013 16:44:26 +0000 (16:44 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Sun, 3 Nov 2013 16:44:26 +0000 (16:44 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/ISourceable.java

index 0ca85cab52d9492d808b6c7386ee5e4edf99fbe3..6bd3ab38d6ae5f348a8ae53ae469e4d3a4b7bbc9 100644 (file)
@@ -55,8 +55,6 @@ public interface ISourceable<T extends IOriginalSource> {
      * @param idNamespace the namespace for the id in the source
      * @param citation the source as a {@link Reference reference}
      * @param microReference the details (e.g. page number) in the reference
-     * @param nameUsedInSource the taxon name used in the source
-     * @param originalNameString the name as text used in the source
      */
        public T addImportSource(String id, String idNamespace, Reference<?> citation, String microCitation);