Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java

    r6666 r6830  
    3939 */
    4040public final class GuiHelper {
    41    
     41
    4242    private GuiHelper() {
    4343        // Hide default constructor for utils classes
    4444    }
    45    
     45
    4646    /**
    4747     * disable / enable a component and all its child components
     
    180180    /**
    181181     * Return s new BasicStroke object with given thickness and style
    182      * @param code = 3.5 -> thickness=3.5px; 3.5 10 5 -> thickness=3.5px, dashed: 10px filled + 5px empty
     182     * @param code = 3.5 -> thickness=3.5px; 3.5 10 5 -> thickness=3.5px, dashed: 10px filled + 5px empty
    183183     * @return stroke for drawing
    184184     */
Note: See TracChangeset for help on using the changeset viewer.