Ignore:
Timestamp:
2018-08-12T14:58:00+02:00 (6 years ago)
Author:
Don-vip
Message:

see #15229 - don't import Main just for javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/OpenBrowser.java

    r14138 r14146  
    88import java.net.URI;
    99import java.net.URISyntaxException;
    10 
    11 import org.openstreetmap.josm.Main;
    1210
    1311/**
     
    3634     * @return <code>null</code> for success or a string in case of an error.
    3735     * @throws IllegalStateException if no platform is set to which opening the URL can be dispatched,
    38      * {@link Main#platform}
     36     * {@link PlatformManager#getPlatform}
    3937     */
    4038    public static String displayUrl(URI uri) {
     
    8583     * @return <code>null</code> for success or a string in case of an error.
    8684     * @throws IllegalStateException if no platform is set to which opening the URL can be dispatched,
    87      * {@link Main#platform}
     85     * {@link PlatformManager#getPlatform}
    8886     */
    8987    public static String displayUrl(String url) {
Note: See TracChangeset for help on using the changeset viewer.