Changeset 2376 in josm for trunk


Ignore:
Timestamp:
2009-11-01T19:15:25+01:00 (14 years ago)
Author:
Gubaer
Message:

Removed @Override - breaks the build

File:
1 edited

Legend:

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

    r2371 r2376  
    88
    99/**
    10   * see PlatformHook.java
    11   *
    12   * BTW: THIS IS A STUB. See comments below for details.
    13   */
     10 * see PlatformHook.java
     11 *
     12 * BTW: THIS IS A STUB. See comments below for details.
     13 */
    1414public class PlatformHookUnixoid implements PlatformHook {
    1515    public void preStartupHook(){
     
    5757    }
    5858    /**
    59       * This should work for all platforms. Yeah, should.
    60       * See PlatformHook.java for a list of reasons why
    61       * this is implemented here...
    62       */
     59     * This should work for all platforms. Yeah, should.
     60     * See PlatformHook.java for a list of reasons why
     61     * this is implemented here...
     62     */
    6363    public String makeTooltip(String name, Shortcut sc) {
    6464        String result = "";
     
    7575    }
    7676
    77     @Override
    78     public String getDefaultStyle()
    79     {
     77    public String getDefaultStyle() {
    8078        return "javax.swing.plaf.metal.MetalLookAndFeel";
    8179    }
Note: See TracChangeset for help on using the changeset viewer.