Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagTable.java

    r10369 r10378  
    4949 * @since 1762
    5050 */
    51 public class TagTable extends JosmTable  {
     51public class TagTable extends JosmTable {
    5252    /** the table cell editor used by this table */
    5353    private TagCellEditor editor;
     
    7070     *   last cell in the table</li>
    7171     * </ul>
    72      *
    73      */
    74     class SelectNextColumnCellAction extends AbstractAction  {
     72     */
     73    class SelectNextColumnCellAction extends AbstractAction {
    7574        @Override
    7675        public void actionPerformed(ActionEvent e) {
     
    116115     * Action to be run when the user navigates to the previous cell in the table,
    117116     * for instance by pressing Shift-TAB
    118      *
    119      */
    120     class SelectPreviousColumnCellAction extends AbstractAction  {
     117     */
     118    class SelectPreviousColumnCellAction extends AbstractAction {
    121119
    122120        @Override
Note: See TracChangeset for help on using the changeset viewer.