Index: /trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java	(revision 19358)
+++ /trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java	(revision 19359)
@@ -124,5 +124,5 @@
                     if (info != null) {
                         String type = info[0];
-                        String comment = info[1].replaceAll("&quot;","\"").replaceAll("&#x27;","'").replaceAll("&amp;","&");
+                        String comment = info[1].replaceAll("&quot;", "\"").replaceAll("&#x27;", "'").replaceAll("&amp;", "&");
                         if ("country-code".equals(type)) { // Which list to use?
                             if (!dv.isValidInfrastructureTld(asciiTld)) {
