Index: trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java	(revision 3081)
+++ trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticAuthorizationUI.java	(revision 3082)
@@ -99,6 +99,5 @@
                         + "Subsequent data upload requests don't use your password any more.")
                         + "</p>"
-                        + "</body></html>"
-        );
+                        + "</body></html>");
         pnl.add(pnlMessage, gc);
 
@@ -150,6 +149,5 @@
                         + "password until the OSM server provides an encrypted communication channel (HTTPS).")
                         + "</p>"
-                        + "</body></html>"
-        );
+                        + "</body></html>");
         pnl.add(pnlMessage, gc);
 
@@ -239,7 +237,5 @@
                 + "Click on <strong>{0}</strong> to accept the token. JOSM will use it in "
                 + "subsequent requests to gain access to the OSM API."
-                + "</html>",
-                lbl
-        ));
+                + "</html>",lbl));
         pnl.add(msg, gc);
 
@@ -459,6 +455,5 @@
                             + "Please try again or choose another kind of authorization process,<br>"
                             + "i.e. semi-automatic or manual authorization."
-                            +"</html>"
-                    ),
+                            +"</html>"),
                     tr("OAuth authorization failed"),
                     JOptionPane.ERROR_MESSAGE,
@@ -476,6 +471,5 @@
                             + "Please check your advanced setting and try again."
                             + "</html>",
-                            getAdvancedPropertiesPanel().getAdvancedParameters().getAuthoriseUrl()
-                    ),
+                            getAdvancedPropertiesPanel().getAdvancedParameters().getAuthoriseUrl()),
                     tr("OAuth authorization failed"),
                     JOptionPane.ERROR_MESSAGE,
@@ -501,6 +495,5 @@
                             +"</html>",
                             loginUrl,
-                            getOsmUserName()
-                    ),
+                            getOsmUserName()),
                     tr("OAuth authorization failed"),
                     JOptionPane.ERROR_MESSAGE,
