Changeset 8836 in josm for trunk/src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java
- Timestamp:
- 2015-10-08T00:22:36+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java
r8510 r8836 177 177 private static class AccessTokenKeyValidator extends AbstractTextComponentValidator { 178 178 179 publicAccessTokenKeyValidator(JTextComponent tc) {179 AccessTokenKeyValidator(JTextComponent tc) { 180 180 super(tc); 181 181 } … … 197 197 198 198 private static class AccessTokenSecretValidator extends AbstractTextComponentValidator { 199 publicAccessTokenSecretValidator(JTextComponent tc) {199 AccessTokenSecretValidator(JTextComponent tc) { 200 200 super(tc); 201 201 } … … 246 246 */ 247 247 class TestAccessTokenAction extends AbstractAction implements PropertyChangeListener { 248 publicTestAccessTokenAction() {248 TestAccessTokenAction() { 249 249 putValue(NAME, tr("Test Access Token")); 250 250 putValue(SMALL_ICON, ImageProvider.get("oauth", "oauth-small"));
Note:
See TracChangeset
for help on using the changeset viewer.
