Changeset 10938 in josm for trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java
- Timestamp:
- 2016-09-03T12:37:39+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java
r10611 r10938 399 399 class FullyAutomaticAuthorisationTask extends PleaseWaitRunnable { 400 400 private boolean canceled; 401 private OsmOAuthAuthorizationClient authClient;402 401 403 402 FullyAutomaticAuthorisationTask(Component parent) { … … 480 479 try { 481 480 getProgressMonitor().setTicksCount(3); 482 authClient = new OsmOAuthAuthorizationClient( 481 OsmOAuthAuthorizationClient authClient = new OsmOAuthAuthorizationClient( 483 482 getAdvancedPropertiesPanel().getAdvancedParameters() 484 483 );
Note:
See TracChangeset
for help on using the changeset viewer.