Ticket #23913: 23913.4.patch
| File 23913.4.patch, 873 bytes (added by , 14 months ago) |
|---|
-
test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java
Subject: [PATCH] #23913 --- IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 diff --git a/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java b/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java
a b 151 151 String.format("tms[20]:http://localhost:%d/%h/{z}/{x}/{y}.png", port, this.hashCode()), 152 152 "tms", 153 153 (String) null, 154 (String) null 154 (String) null, 155 this.label 155 156 ); 156 157 } 157 158
