Changeset 19531 in josm


Ignore:
Timestamp:
2026-02-16T09:21:23+01:00 (33 hours ago)
Author:
stoecker
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/datatransfer/ClipboardUtils.java

    r19530 r19531  
    117117                    Thread.currentThread().interrupt();
    118118                }
    119             } catch (NullPointerException|NoClassDefFoundError e) { // NOPMD
     119            } catch (NullPointerException | NoClassDefFoundError e) { // NOPMD
    120120                // JDK-6322854: On Linux/X11, NPE can happen for unknown reasons, on all versions of Java
    121121                // See #24642: Access can fail due to issues in ImageIO when an image is in clipboard
Note: See TracChangeset for help on using the changeset viewer.