Sanitary
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / config / Pz2ConfigureByMk2Config.java
index 95f69fe..e6418fc 100644 (file)
@@ -60,10 +60,9 @@ public class Pz2ConfigureByMk2Config implements Pz2Configurator  {
     }        \r
   }\r
   \r
-\r
   public List<String> document() {\r
     List<String> doc = new ArrayList<String>();\r
-    doc.add(":"+nl+"Attempted to configure service using the file " + configFilePathAndName);\r
+    doc.add(nl+"Attempted to configure service using the file " + configFilePathAndName);\r
     doc.add(nl+"-- Configured to access Pazpar2 at: " +pz2config.get("PAZPAR2_URL"));\r
     if (pz2config.get("PAZPAR2_SERVICE_XML") != null) {\r
       doc.add(nl+"-- Configured to use the service definition contained in " + pz2config.getConfigFilePath() + "/" + pz2config.get("PAZPAR2_SERVICE_XML"));\r