Index: trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java	(revision 6663)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java	(revision 6665)
@@ -52,5 +52,5 @@
         
         /**
-         * Constructs a new {@code UnclosedWaysCheck}. 
+         * Constructs a new {@code UnclosedWaysCheck}.
          * @param code The unique numeric code for this check
          * @param key The OSM key checked
@@ -59,9 +59,9 @@
         @SuppressWarnings("unchecked")
         public UnclosedWaysCheck(int code, String key, String engMessage) {
-            this(code, key, engMessage, (List<String>) Collections.EMPTY_LIST);
+            this(code, key, engMessage, Collections.EMPTY_LIST);
         }
         
         /**
-         * Constructs a new {@code UnclosedWaysCheck}. 
+         * Constructs a new {@code UnclosedWaysCheck}.
          * @param code The unique numeric code for this check
          * @param key The OSM key checked
@@ -74,10 +74,10 @@
         
         /**
-         * Constructs a new {@code UnclosedWaysCheck}. 
+         * Constructs a new {@code UnclosedWaysCheck}.
          * @param code The unique numeric code for this check
          * @param key The OSM key checked
          * @param engMessage The English message
          * @param specialValues The special values, to be ignored if ignore is set to true; to be considered only if ignore is set to false
-         * @param ignore indicates if special values must be ignored or considered only 
+         * @param ignore indicates if special values must be ignored or considered only
          */
         public UnclosedWaysCheck(int code, String key, String engMessage, List<String> specialValues, boolean ignore) {
@@ -92,5 +92,5 @@
          * Returns the test error of the given way, if any.
          * @param w The way to check
-         * @return The test error if the way is erroneous, {@code null} otherwise 
+         * @return The test error if the way is erroneous, {@code null} otherwise
          */
         public final TestError getTestError(Way w) {
@@ -120,5 +120,5 @@
 
         /**
-         * Constructs a new {@code UnclosedWaysBooleanCheck}. 
+         * Constructs a new {@code UnclosedWaysBooleanCheck}.
          * @param code The unique numeric code for this check
          * @param key The OSM key checked
@@ -142,5 +142,5 @@
         new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")),
         new UnclosedWaysCheck(1104, "sport",     marktr("sport type {0}"), Arrays.asList("water_slide", "climbing")),
-        new UnclosedWaysCheck(1105, "tourism",   marktr("tourism type {0}")),
+        new UnclosedWaysCheck(1105, "tourism",   marktr("tourism type {0}"), Arrays.asList("attraction")),
         new UnclosedWaysCheck(1106, "shop",      marktr("shop type {0}")),
         new UnclosedWaysCheck(1107, "leisure",   marktr("leisure type {0}"), Arrays.asList("track")),
