Index: trunk/src/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/Layers.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/Layers.java	(revision 19205)
+++ trunk/src/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/Layers.java	(revision 19208)
@@ -89,5 +89,5 @@
      */
     public Layers(final JsonObject layerInfo) {
-        this (null, layerInfo);
+        this(null, layerInfo);
     }
 
Index: trunk/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java	(revision 19205)
+++ trunk/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java	(revision 19208)
@@ -38,5 +38,5 @@
      */
     public UrlLabel(String url) {
-        this (url, url, 0);
+        this(url, url, 0);
     }
 
@@ -47,5 +47,5 @@
      */
     public UrlLabel(String url, int fontPlus) {
-        this (url, url, fontPlus);
+        this(url, url, fontPlus);
     }
 
@@ -56,5 +56,5 @@
      */
     public UrlLabel(String url, String description) {
-        this (url, description, 0);
+        this(url, description, 0);
     }
 
Index: trunk/src/org/openstreetmap/josm/tools/Tag2Link.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/Tag2Link.java	(revision 19205)
+++ trunk/src/org/openstreetmap/josm/tools/Tag2Link.java	(revision 19208)
@@ -36,5 +36,5 @@
 /**
  * Extracts web links from OSM tags.
- *
+ * <p>
  * The following rules are used:
  * <ul>
@@ -65,5 +65,5 @@
 
     static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
-            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.8.12/index.json"));
+            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.8.21/index.json"));
 
     static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
