minor
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 12 Jan 2022 19:28:11 +0000 (20:28 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 12 Jan 2022 19:28:11 +0000 (20:28 +0100)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/cache/reference/TitleWithoutYearAndAuthorHelper.java

index 484c717ff6ade7ac078ce49e38cb78878ec5b58c..a3a097cf141e6f4cf96caf38a92e841f3462ff9d 100644 (file)
@@ -175,7 +175,7 @@ public class TitleWithoutYearAndAuthorHelper {
             }else if (needsComma){
                 seriesPart = comma + seriesPart;
             }else if (seriesPart.matches("^\\p{L}.*")){ //
-                //for characters we expect a space
+                //for characters at first position we expect a space
                 seriesPart = " " + seriesPart;
             }
             needsComma = true;