Ignore:
Timestamp:
2015-06-25T00:05:23+02:00 (9 years ago)
Author:
Don-vip
Message:

see #11255 - checkstyle/findbugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/SourceEditor.java

    r8513 r8530  
    145145        activeSourcesModel = new ActiveSourcesModel(selectionModel);
    146146        tblActiveSources = new JTable(activeSourcesModel) {
    147             // some kind of hack to prevent the table from scrolling slightly to the
    148             // right when clicking on the text
     147            // some kind of hack to prevent the table from scrolling slightly to the right when clicking on the text
    149148            @Override
    150149            public void scrollRectToVisible(Rectangle aRect) {
Note: See TracChangeset for help on using the changeset viewer.