Ignore:
Timestamp:
2015-04-29T01:44:01+02:00 (9 years ago)
Author:
Don-vip
Message:

fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for exceptions

File:
1 edited

Legend:

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

    r7937 r8291  
    9090     *   is set to zero, the preferred width will be whatever
    9191     *   naturally results from the component implementation
    92      * @exception IllegalArgumentException if <code>columns</code> &lt; 0
     92     * @throws IllegalArgumentException if <code>columns</code> &lt; 0
    9393     */
    9494    public DisableShortcutsOnFocusGainedTextField(Document doc, String text, int columns) {
Note: See TracChangeset for help on using the changeset viewer.