Ignore:
Timestamp:
2016-09-03T12:37:39+02:00 (9 years ago)
Author:
Don-vip
Message:

sonar - squid:S1450 - Private fields only used as local variables in methods should become local variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java

    r10611 r10938  
    399399    class FullyAutomaticAuthorisationTask extends PleaseWaitRunnable {
    400400        private boolean canceled;
    401         private OsmOAuthAuthorizationClient authClient;
    402401
    403402        FullyAutomaticAuthorisationTask(Component parent) {
     
    480479            try {
    481480                getProgressMonitor().setTicksCount(3);
    482                 authClient = new OsmOAuthAuthorizationClient(
     481                OsmOAuthAuthorizationClient authClient = new OsmOAuthAuthorizationClient(
    483482                        getAdvancedPropertiesPanel().getAdvancedParameters()
    484483                );
Note: See TracChangeset for help on using the changeset viewer.