Index: /trunk/src/org/openstreetmap/josm/gui/util/MultikeyActionsHandler.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/util/MultikeyActionsHandler.java	(revision 12806)
+++ /trunk/src/org/openstreetmap/josm/gui/util/MultikeyActionsHandler.java	(revision 12807)
@@ -28,4 +28,9 @@
 import org.openstreetmap.josm.tools.Shortcut;
 
+/**
+ * Handles the different multikey actions.
+ * The possible actions can be selected through a popup menu.
+ * @since 4595
+ */
 public final class MultikeyActionsHandler {
 
Index: /trunk/src/org/openstreetmap/josm/gui/util/MultikeyShortcutAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/util/MultikeyShortcutAction.java	(revision 12806)
+++ /trunk/src/org/openstreetmap/josm/gui/util/MultikeyShortcutAction.java	(revision 12807)
@@ -8,4 +8,8 @@
 import org.openstreetmap.josm.tools.Shortcut;
 
+/**
+ * Action implementing a multikey shortcut - shorcuts like Ctrl+Alt+S,n will toggle n-th layer visibility.
+ * @since 4595
+ */
 public interface MultikeyShortcutAction extends Action {
 
Index: /trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java
===================================================================
--- /trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java	(revision 12806)
+++ /trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java	(revision 12807)
@@ -183,5 +183,5 @@
     }
 
-    @Test()
+    @Test
     public void testHttp401() throws IOException {
         // https://tools.ietf.org/html/rfc2324
Index: /trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java	(revision 12806)
+++ /trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java	(revision 12807)
@@ -23,4 +23,5 @@
 import org.openstreetmap.josm.gui.MainApplication;
 import org.openstreetmap.josm.gui.mappaint.MapPaintStyles;
+import org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard;
 import org.openstreetmap.josm.gui.tagging.presets.TaggingPresets;
 import org.openstreetmap.josm.gui.util.GuiHelper;
@@ -28,4 +29,5 @@
 import org.openstreetmap.josm.io.OsmApi;
 import org.openstreetmap.josm.io.OsmApiInitializationException;
+import org.openstreetmap.josm.io.OsmConnection;
 import org.openstreetmap.josm.io.OsmTransferCanceledException;
 import org.openstreetmap.josm.tools.I18n;
@@ -283,4 +285,5 @@
         // Setup callbacks
         DeleteCommand.setDeletionCallback(DeleteAction.defaultDeletionCallback);
+        OsmConnection.setOAuthAccessTokenFetcher(OAuthAuthorizationWizard::obtainAccessToken);
 
         // Set up i18n
