Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/JosmTextField.java

    r5887 r6070  
    2121     *      <code>createDefaultModel</code> method
    2222     * @param text  the initial string to display, or <code>null</code>
    23      * @param columns  the number of columns to use to calculate 
     23     * @param columns  the number of columns to use to calculate
    2424     *   the preferred width >= 0; if <code>columns</code>
    2525     *   is set to zero, the preferred width will be whatever
     
    3737     *
    3838     * @param text the text to be displayed, or <code>null</code>
    39      * @param columns  the number of columns to use to calculate 
     39     * @param columns  the number of columns to use to calculate
    4040     *   the preferred width; if columns is set to zero, the
    4141     *   preferred width will be whatever naturally results from
     
    6363     * <code>null</code>.
    6464     *
    65      * @param columns  the number of columns to use to calculate 
     65     * @param columns  the number of columns to use to calculate
    6666     *   the preferred width; if columns is set to zero, the
    6767     *   preferred width will be whatever naturally results from
    6868     *   the component implementation
    69      */ 
     69     */
    7070    public JosmTextField(int columns) {
    7171        this(null, null, columns);
Note: See TracChangeset for help on using the changeset viewer.