Ignore:
Timestamp:
2016-07-24T14:48:47+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1166 - Exception handlers should preserve the original exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/auth/CredentialsManager.java

    r10600 r10627  
    77import java.util.Objects;
    88
     9import org.openstreetmap.josm.Main;
    910import org.openstreetmap.josm.data.oauth.OAuthToken;
    1011import org.openstreetmap.josm.gui.JosmUserIdentityManager;
     
    103104            }
    104105        } catch (CredentialsAgentException ex) {
     106            Main.debug(ex);
    105107            return null;
    106108        }
Note: See TracChangeset for help on using the changeset viewer.