Ignore:
Timestamp:
2014-02-25T01:31:24+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java

    r6827 r6883  
    7272     * @return the unique instance of the help browser
    7373     */
    74     static public HelpBrowser getInstance() {
     74    public static HelpBrowser getInstance() {
    7575        if (instance == null) {
    7676            instance = new HelpBrowser();
     
    103103     * @param helpTopic the help topic
    104104     */
    105     static public void launchBrowser(String helpTopic) {
     105    public static void launchBrowser(String helpTopic) {
    106106        HelpBrowser browser = getInstance();
    107107        browser.openHelpTopic(helpTopic);
Note: See TracChangeset for help on using the changeset viewer.