- Timestamp:
- 2020-08-12T22:31:27+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r16643 r16887 261 261 */ 262 262 static final List<String> UNMAINTAINED_PLUGINS = Collections.unmodifiableList(Arrays.asList( 263 "irsrectify", // See https:// trac.openstreetmap.org/changeset/29404/subversion264 "surveyor2", // See https:// trac.openstreetmap.org/changeset/29404/subversion263 "irsrectify", // See https://josm.openstreetmap.de/changeset/29404/osm/ 264 "surveyor2", // See https://josm.openstreetmap.de/changeset/29404/osm/ 265 265 "gpsbabelgui", 266 266 "Intersect_way", -
trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java
r16643 r16887 155 155 * @param url string for parsing 156 156 * @return Bounds if shortlink, null otherwise 157 * @see <a href="http ://trac.openstreetmap.org/browser/sites/rails_port/lib/short_link.rb">short_link.rb</a>157 * @see <a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/lib/short_link.rb">short_link.rb</a> 158 158 */ 159 159 private static Bounds parseShortLink(final String url) {
Note:
See TracChangeset
for help on using the changeset viewer.