Ignore:
Timestamp:
2014-04-29T16:38:07+02:00 (10 years ago)
Author:
Don-vip
Message:

fix more warnings, remove unused code

File:
1 edited

Legend:

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

    r7026 r7029  
    66import java.awt.Desktop;
    77import java.io.IOException;
    8 import java.net.MalformedURLException;
    98import java.net.URI;
    109
     
    2322        // Hide default constructor for utils classes
    2423    }
    25    
     24
    2625    private static void displayUrlFallback(URI uri) throws IOException {
    2726        if (Main.platform == null)
     
    3130
    3231    /**
    33      * Displays an external URI using platform associated software. 
    34      * A web resource will launch platform's browser, an audio file URI will launch audio player, etc. 
     32     * Displays an external URI using platform associated software.
     33     * A web resource will launch platform's browser, an audio file URI will launch audio player, etc.
    3534     * @param uri The URI to display
    3635     * @return <code>null</code> for success or a string in case of an error.
     
    7877
    7978    /**
    80      * Displays an external URL using platform associated software. 
    81      * A web resource will launch platform's browser, an audio file URL will launch audio player, etc. 
     79     * Displays an external URL using platform associated software.
     80     * A web resource will launch platform's browser, an audio file URL will launch audio player, etc.
    8281     * @param url The URL to display
    8382     * @return <code>null</code> for success or a string in case of an error.
Note: See TracChangeset for help on using the changeset viewer.