Ignore:
Timestamp:
2017-09-09T16:10:32+02:00 (9 years ago)
Author:
Don-vip
Message:

see #14794 - checkstyle (unit tests)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/LoggingTest.java

    r11324 r12802  
    4545
    4646    /**
    47      * @throws java.lang.Exception
     47     * @throws SecurityException if a security error occurs
    4848     */
    4949    @Before
    50     public void setUp() throws Exception {
     50    public void setUp() throws SecurityException {
    5151        captured = null;
    5252        Logging.getLogger().addHandler(handler);
     
    5454
    5555    /**
    56      * @throws java.lang.Exception
     56     * @throws SecurityException if a security error occurs
    5757     */
    5858    @After
    59     public void tearDown() throws Exception {
     59    public void tearDown() throws SecurityException {
    6060        Logging.getLogger().removeHandler(handler);
    6161    }
     
    213213
    214214    /**
    215      * Test method for {@link org.openstreetmap.josm.tools.Logging#logWithStackTrace(java.util.logging.Level, java.lang.String, java.lang.Throwable)}.
     215     * Test method for {@link Logging#logWithStackTrace(Level, String, Throwable)}.
    216216     */
    217217    @Test
Note: See TracChangeset for help on using the changeset viewer.