Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/LayerNameAndFilePathTableCell.java

    r8510 r8836  
    4646
    4747    /** constructor that sets the default on each element **/
    48     public LayerNameAndFilePathTableCell() {
     48    LayerNameAndFilePathTableCell() {
    4949        setLayout(new GridBagLayout());
    5050
     
    217217
    218218    private class LaunchFileChooserAction extends AbstractAction {
    219         public LaunchFileChooserAction() {
     219        LaunchFileChooserAction() {
    220220            putValue(NAME, "...");
    221221            putValue(SHORT_DESCRIPTION, tr("Launch a file chooser to select a file"));
Note: See TracChangeset for help on using the changeset viewer.