Index: /trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java	(revision 13493)
@@ -297,5 +297,5 @@
      * Adds a new download task to the supported ones.
      * @param taskClass The new download task to add
-     * @return <tt>true</tt> (as specified by {@link Collection#add})
+     * @return <code>true</code> (as specified by {@link Collection#add})
      */
     public final boolean addDownloadTaskClass(Class<? extends DownloadTask> taskClass) {
Index: /trunk/src/org/openstreetmap/josm/data/UserIdentityManager.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/UserIdentityManager.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/UserIdentityManager.java	(revision 13493)
@@ -7,10 +7,7 @@
 
 import org.openstreetmap.josm.Main;
-import org.openstreetmap.josm.spi.preferences.PreferenceChangeEvent;
-import org.openstreetmap.josm.spi.preferences.PreferenceChangedListener;
 import org.openstreetmap.josm.data.oauth.OAuthAccessTokenHolder;
 import org.openstreetmap.josm.data.osm.User;
 import org.openstreetmap.josm.data.osm.UserInfo;
-import org.openstreetmap.josm.spi.preferences.StringSetting;
 import org.openstreetmap.josm.gui.progress.NullProgressMonitor;
 import org.openstreetmap.josm.io.OnlineResource;
@@ -20,4 +17,7 @@
 import org.openstreetmap.josm.io.auth.CredentialsManager;
 import org.openstreetmap.josm.spi.preferences.Config;
+import org.openstreetmap.josm.spi.preferences.PreferenceChangeEvent;
+import org.openstreetmap.josm.spi.preferences.PreferenceChangedListener;
+import org.openstreetmap.josm.spi.preferences.StringSetting;
 import org.openstreetmap.josm.tools.CheckParameterUtil;
 import org.openstreetmap.josm.tools.JosmRuntimeException;
@@ -38,5 +38,5 @@
  * The current user is fully identified if JOSM knows both the user name and the unique
  * id of the users OSM account. The latter is retrieved from the OSM server with a
- * <tt>GET /api/0.6/user/details</tt> request, submitted with the user name and password
+ * <code>GET /api/0.6/user/details</code> request, submitted with the user name and password
  * of the current user.
  *
Index: /trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java	(revision 13493)
@@ -312,5 +312,5 @@
      * @return the bookmark at the given index
      * @throws IndexOutOfBoundsException if the index is out of range
-     *         (<tt>index &lt; 0 || index &gt;= size()</tt>)
+     *         (<code>index &lt; 0 || index &gt;= size()</code>)
      * @since 11651
      */
Index: /trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java	(revision 13493)
@@ -96,5 +96,5 @@
      * Replies the list of naming tags used in relations. The list is given (in this order) by:
      * <ul>
-     *   <li>by the tag names in the preference <tt>relation.nameOrder</tt></li>
+     *   <li>by the tag names in the preference <code>relation.nameOrder</code></li>
      *   <li>by the default tags in {@link #DEFAULT_NAMING_TAGS_FOR_RELATIONS}
      * </ul>
@@ -113,5 +113,5 @@
     /**
      * Decorates the name of primitive with its id, if the preference
-     * <tt>osm-primitives.showid</tt> is set. Shows unique id if osm-primitives.showid.new-primitives is set
+     * <code>osm-primitives.showid</code> is set. Shows unique id if osm-primitives.showid.new-primitives is set
      *
      * @param name  the name without the id
@@ -511,5 +511,5 @@
     /**
      * Decorates the name of primitive with its id, if the preference
-     * <tt>osm-primitives.showid</tt> is set.
+     * <code>osm-primitives.showid</code> is set.
      *
      * The id is append to the {@link StringBuilder} passed in <code>name</code>.
Index: /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java	(revision 13493)
@@ -219,5 +219,5 @@
     /**
      * Replies the name of this primitive. The default implementation replies the value
-     * of the tag <tt>name</tt> or null, if this tag is not present.
+     * of the tag <code>name</code> or null, if this tag is not present.
      *
      * @return the name of this primitive
Index: /trunk/src/org/openstreetmap/josm/data/osm/Way.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/Way.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/osm/Way.java	(revision 13493)
@@ -527,5 +527,5 @@
     /**
      * Returns the last node of this way.
-     * The result equals <tt>{@link #getNode getNode}({@link #getNodesCount getNodesCount} - 1)</tt>.
+     * The result equals <code>{@link #getNode getNode}({@link #getNodesCount getNodesCount} - 1)</code>.
      * @return the last node of this way
      * @since 1400
Index: /trunk/src/org/openstreetmap/josm/data/osm/history/HistoryOsmPrimitive.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/history/HistoryOsmPrimitive.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/osm/history/HistoryOsmPrimitive.java	(revision 13493)
@@ -301,5 +301,5 @@
     /**
      * Replies the name of this primitive. The default implementation replies the value
-     * of the tag <tt>name</tt> or null, if this tag is not present.
+     * of the tag <code>name</code> or null, if this tag is not present.
      *
      * @return the name of this primitive
Index: /trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/relations/Multipolygon.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/relations/Multipolygon.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/relations/Multipolygon.java	(revision 13493)
@@ -40,5 +40,5 @@
 
     /** preference key for a collection of roles which indicate that the respective member belongs to an
-     * <em>outer</em> polygon. Default is <tt>outer</tt>.
+     * <em>outer</em> polygon. Default is <code>outer</code>.
      */
     public static final String PREF_KEY_OUTER_ROLES = "mappaint.multipolygon.outer.roles";
@@ -50,5 +50,5 @@
 
     /** preference key for a collection of roles which indicate that the respective member belongs to an
-     * <em>inner</em> polygon. Default is <tt>inner</tt>.
+     * <em>inner</em> polygon. Default is <code>inner</code>.
      */
     public static final String PREF_KEY_INNER_ROLES = "mappaint.multipolygon.inner.roles";
Index: /trunk/src/org/openstreetmap/josm/data/preferences/AbstractProperty.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/preferences/AbstractProperty.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/preferences/AbstractProperty.java	(revision 13493)
@@ -140,5 +140,5 @@
         /**
          * Constructs a new {@code InvalidPreferenceValueException} with the specified cause and a detail message of
-         * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
+         * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
          *
          * @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
Index: /trunk/src/org/openstreetmap/josm/data/projection/ProjectionConfigurationException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/projection/ProjectionConfigurationException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/projection/ProjectionConfigurationException.java	(revision 13493)
@@ -16,5 +16,5 @@
      *         by the {@link #getMessage()} method).
      * @param  cause the cause (which is saved for later retrieval by the
-     *         {@link #getCause()} method).  (A <tt>null</tt> value is
+     *         {@link #getCause()} method).  (A <code>null</code> value is
      *         permitted, and indicates that the cause is nonexistent or unknown.)
      */
@@ -35,5 +35,5 @@
      * Constructs a new {@code ProjectionConfigurationException}.
      * @param  cause the cause (which is saved for later retrieval by the
-     *         {@link #getCause()} method).  (A <tt>null</tt> value is
+     *         {@link #getCause()} method).  (A <code>null</code> value is
      *         permitted, and indicates that the cause is nonexistent or unknown.)
      */
Index: /trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java	(revision 13493)
@@ -178,5 +178,5 @@
      * @param member to be verified
      * @param n relation to be verified
-     * @return <tt>true</tt> if member passed any of definition within preset
+     * @return <code>true</code> if member passed any of definition within preset
      *
      */
Index: /trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java	(revision 13493)
@@ -278,5 +278,5 @@
      * The action to toggle the visibility state of this toggle dialog.
      *
-     * Emits {@link PropertyChangeEvent}s for the property <tt>selected</tt>:
+     * Emits {@link PropertyChangeEvent}s for the property <code>selected</code>:
      * <ul>
      *   <li>true, if the dialog is currently visible</li>
Index: /trunk/src/org/openstreetmap/josm/gui/help/HelpContentReader.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/help/HelpContentReader.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/help/HelpContentReader.java	(revision 13493)
@@ -14,5 +14,5 @@
  * help browser.
  *
- * The help content has to be <strong>filtered</strong> because only the main content <tt>&lt;div&gt;</tt>
+ * The help content has to be <strong>filtered</strong> because only the main content <code>&lt;div&gt;</code>
  * of a Wiki help page is displayed in the internal help browser.
  *
Index: /trunk/src/org/openstreetmap/josm/gui/help/HelpContentReaderException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/help/HelpContentReaderException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/help/HelpContentReaderException.java	(revision 13493)
@@ -23,5 +23,5 @@
      * Constructs a new {@code HelpContentReaderException}.
      * @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
-     *        (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
+     *        (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
      * @param responseCode HTTP response code related to the wiki access exception (0 if not applicable)
      */
Index: /trunk/src/org/openstreetmap/josm/gui/io/DownloadFileTask.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/io/DownloadFileTask.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/io/DownloadFileTask.java	(revision 13493)
@@ -60,5 +60,5 @@
          *          later retrieval by the {@link #getMessage()} method.
          * @param  cause the cause (which is saved for later retrieval by the
-         *         {@link #getCause()} method).  (A <tt>null</tt> value is
+         *         {@link #getCause()} method).  (A <code>null</code> value is
          *         permitted, and indicates that the cause is nonexistent or unknown.)
          */
Index: /trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java	(revision 13493)
@@ -85,5 +85,5 @@
      *    text: a_tag_name;
      * </pre>
-     * results in a tag reference for the tag <tt>a_tag_name</tt> in the
+     * results in a tag reference for the tag <code>a_tag_name</code> in the
      * style cascade.
      */
Index: /trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/LabelCompositionStrategy.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/LabelCompositionStrategy.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/LabelCompositionStrategy.java	(revision 13493)
@@ -8,8 +8,8 @@
 import java.util.Objects;
 
+import org.openstreetmap.josm.data.osm.OsmPrimitive;
+import org.openstreetmap.josm.spi.preferences.Config;
 import org.openstreetmap.josm.spi.preferences.PreferenceChangeEvent;
 import org.openstreetmap.josm.spi.preferences.PreferenceChangedListener;
-import org.openstreetmap.josm.data.osm.OsmPrimitive;
-import org.openstreetmap.josm.spi.preferences.Config;
 import org.openstreetmap.josm.tools.LanguageInfo;
 
@@ -30,5 +30,5 @@
  *   of one of the configured "name tags". The list of relevant name tags can be configured
  *   in the JOSM preferences
- *   see the preference options <tt>mappaint.nameOrder</tt> and <tt>mappaint.nameComplementOrder</tt>.</li>
+ *   see the preference options <code>mappaint.nameOrder</code> and <code>mappaint.nameComplementOrder</code>.</li>
  * </ul>
  * @since  3987 (creation)
@@ -136,5 +136,5 @@
      * Strategy where the label is given by the value of one of the configured "name tags".
      * The list of relevant name tags can be configured in the JOSM preferences
-     * see the preference options <tt>mappaint.nameOrder</tt> and <tt>mappaint.nameComplementOrder</tt>
+     * see the preference options <code>mappaint.nameOrder</code> and <code>mappaint.nameComplementOrder</code>
      */
     class DeriveLabelFromNameTagsCompositionStrategy implements LabelCompositionStrategy, PreferenceChangedListener {
@@ -230,5 +230,5 @@
          * {@link #DEFAULT_NAME_TAGS} and {@link #DEFAULT_NAME_COMPLEMENT_TAGS})
          * and from name tags configured in the preferences using the keys
-         * <tt>mappaint.nameOrder</tt> and <tt>mappaint.nameComplementOrder</tt>.
+         * <code>mappaint.nameOrder</code> and <code>mappaint.nameComplementOrder</code>.
          */
         public final void initNameTagsFromPreferences() {
Index: /trunk/src/org/openstreetmap/josm/gui/tagging/TagTable.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/tagging/TagTable.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/tagging/TagTable.java	(revision 13493)
@@ -566,5 +566,5 @@
     /**
      * This is a custom implementation of the CellEditorRemover used in JTable
-     * to handle the client property <tt>terminateEditOnFocusLost</tt>.
+     * to handle the client property <code>terminateEditOnFocusLost</code>.
      *
      * This implementation also checks whether focus is transferred to one of a list
Index: /trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java	(revision 13493)
@@ -246,5 +246,5 @@
      * <a href="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/dispatch.html">Event Dispatch Thread</a>
      * and return a value.
-     * @param <V> the result type of method <tt>call</tt>
+     * @param <V> the result type of method <code>call</code>
      * @param callable The callable to execute
      * @return The computed result
Index: /trunk/src/org/openstreetmap/josm/io/ChangesetQuery.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/ChangesetQuery.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/io/ChangesetQuery.java	(revision 13493)
@@ -350,5 +350,5 @@
          * @param message the detail message. The detail message is saved for later retrieval by the {@link #getMessage()} method.
          * @param  cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
-         *         (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
+         *         (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
          */
         public ChangesetQueryUrlException(String message, Throwable cause) {
@@ -358,8 +358,8 @@
         /**
          * Constructs a new {@code ChangesetQueryUrlException} with the specified cause and a detail message of
-         * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
+         * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
          *
          * @param  cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
-         *         (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
+         *         (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
          */
         public ChangesetQueryUrlException(Throwable cause) {
Index: /trunk/src/org/openstreetmap/josm/io/DefaultProxySelector.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/DefaultProxySelector.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/io/DefaultProxySelector.java	(revision 13493)
@@ -51,5 +51,5 @@
     /**
      * The {@link ProxySelector} provided by the JDK will retrieve proxy information
-     * from the system settings, if the system property <tt>java.net.useSystemProxies</tt>
+     * from the system settings, if the system property <code>java.net.useSystemProxies</code>
      * is defined <strong>at startup</strong>. It has no effect if the property is set
      * later by the application.
@@ -67,9 +67,9 @@
     /**
      * The {@link ProxySelector} provided by the JDK will retrieve proxy information
-     * from the system settings, if the system property <tt>java.net.useSystemProxies</tt>
+     * from the system settings, if the system property <code>java.net.useSystemProxies</code>
      * is defined <strong>at startup</strong>. If the property is set later by the application,
      * this has no effect.
      *
-     * @return true, if <tt>java.net.useSystemProxies</tt> was set to true at class initialization time
+     * @return true, if <code>java.net.useSystemProxies</code> was set to true at class initialization time
      *
      */
Index: /trunk/src/org/openstreetmap/josm/io/OsmApiException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/OsmApiException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/io/OsmApiException.java	(revision 13493)
@@ -71,9 +71,9 @@
     /**
      * Constructs an {@code OsmApiException} with the specified cause and a detail message of
-     * <tt>(cause==null ? null : cause.toString())</tt>
-     * (which typically contains the class and detail message of <tt>cause</tt>).
+     * <code>(cause==null ? null : cause.toString())</code>
+     * (which typically contains the class and detail message of <code>cause</code>).
      *
      * @param cause the cause (which is saved for later retrieval by the {@link #getCause} method).
-     *              A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.
+     *              A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.
      */
     public OsmApiException(Throwable cause) {
Index: /trunk/src/org/openstreetmap/josm/io/OsmApiInitializationException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/OsmApiInitializationException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/io/OsmApiInitializationException.java	(revision 13493)
@@ -20,9 +20,9 @@
     /**
      * Constructs an {@code OsmApiInitializationException} with the specified cause and a detail message of
-     * <tt>(cause==null ? null : cause.toString())</tt>
-     * (which typically contains the class and detail message of <tt>cause</tt>).
+     * <code>(cause==null ? null : cause.toString())</code>
+     * (which typically contains the class and detail message of <code>cause</code>).
      *
      * @param cause the cause (which is saved for later retrieval by the {@link #getCause} method).
-     *              A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.
+     *              A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.
      */
     public OsmApiInitializationException(Throwable cause) {
Index: /trunk/src/org/openstreetmap/josm/io/OsmServerBackreferenceReader.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/OsmServerBackreferenceReader.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/io/OsmServerBackreferenceReader.java	(revision 13493)
@@ -170,5 +170,5 @@
     /**
      * Scans a dataset for incomplete primitives. Depending on the configuration of this reader
-     * incomplete primitives are read from the server with an individual <tt>/api/0.6/[way,relation]/#id/full</tt>
+     * incomplete primitives are read from the server with an individual <code>/api/0.6/[way,relation]/#id/full</code>
      * request.
      *
Index: /trunk/src/org/openstreetmap/josm/io/OsmTransferCanceledException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/OsmTransferCanceledException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/io/OsmTransferCanceledException.java	(revision 13493)
@@ -19,5 +19,5 @@
      * Constructs a new {@code OsmTransferCanceledException}, with given root cause.
      * @param cause the cause (which is saved for later retrieval by the {@link #getCause} method).
-     *              A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.
+     *              A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.
      */
     public OsmTransferCanceledException(Throwable cause) {
Index: /trunk/src/org/openstreetmap/josm/io/OsmTransferException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/OsmTransferException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/io/OsmTransferException.java	(revision 13493)
@@ -28,9 +28,9 @@
     /**
      * Constructs an {@code OsmTransferException} with the specified cause and a detail message of
-     * <tt>(cause==null ? null : cause.toString())</tt>
-     * (which typically contains the class and detail message of <tt>cause</tt>).
+     * <code>(cause==null ? null : cause.toString())</code>
+     * (which typically contains the class and detail message of <code>cause</code>).
      *
      * @param cause the cause (which is saved for later retrieval by the {@link #getCause} method).
-     *              A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.
+     *              A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.
      */
     public OsmTransferException(Throwable cause) {
Index: /trunk/src/org/openstreetmap/josm/plugins/PluginDownloadException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/plugins/PluginDownloadException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/plugins/PluginDownloadException.java	(revision 13493)
@@ -28,5 +28,5 @@
     /**
      * Constructs a new {@code PluginDownloadException} with the specified cause and a detail message of
-     * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
+     * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
      * @param cause cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
      */
Index: /trunk/src/org/openstreetmap/josm/plugins/PluginException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/plugins/PluginException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/plugins/PluginException.java	(revision 13493)
@@ -39,5 +39,5 @@
     /**
      * Constructs a new {@code PluginException} with the specified plugin name, cause and a detail message of
-     * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
+     * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
      * @param name plugin name
      * @param cause cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
Index: /trunk/src/org/openstreetmap/josm/plugins/PluginListParseException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/plugins/PluginListParseException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/plugins/PluginListParseException.java	(revision 13493)
@@ -19,5 +19,5 @@
     /**
      * Constructs a new {@code PluginListParseException} with the specified cause and a detail message of
-     * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
+     * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
      * @param cause cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
      */
Index: /trunk/src/org/openstreetmap/josm/tools/I18n.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/I18n.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/tools/I18n.java	(revision 13493)
@@ -571,5 +571,5 @@
      *
      * Ignored if localeName is null. If the locale with name <code>localName</code>
-     * isn't found the default local is set to <tt>en</tt> (english).
+     * isn't found the default local is set to <code>en</code> (english).
      *
      * @param localeName the locale name. Ignored if null.
Index: /trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/ImageProvider.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/tools/ImageProvider.java	(revision 13493)
@@ -360,5 +360,5 @@
     /**
      * Set an id used for caching.
-     * If name starts with <tt>http://</tt> Id is not used for the cache.
+     * If name starts with <code>http://</code> Id is not used for the cache.
      * (A URL is unique anyway.)
      * @param id the id for the cached image
Index: /trunk/src/org/openstreetmap/josm/tools/JosmRuntimeException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/JosmRuntimeException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/tools/JosmRuntimeException.java	(revision 13493)
@@ -20,5 +20,5 @@
     /**
      * Constructs a new {@code JosmRuntimeException} with the specified cause and a detail message of
-     * <tt>(cause==null ? null : cause.toString())</tt> (which typically contains the class and detail message of <tt>cause</tt>).
+     * <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
      * This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.
      *
Index: /trunk/src/org/openstreetmap/josm/tools/UncheckedParseException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/UncheckedParseException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/tools/UncheckedParseException.java	(revision 13493)
@@ -30,5 +30,5 @@
      * @param message the detail message (which is saved for later retrieval by the {@link #getMessage()} method).
      * @param cause   the cause (which is saved for later retrieval by the {@link #getCause()} method).
-     *                (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
+     *                (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
      */
     public UncheckedParseException(String message, Throwable cause) {
@@ -40,5 +40,5 @@
      *
      * @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
-     *              (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
+     *              (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
      */
     public UncheckedParseException(Throwable cause) {
Index: /trunk/src/org/openstreetmap/josm/tools/UserCancelException.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/UserCancelException.java	(revision 13492)
+++ /trunk/src/org/openstreetmap/josm/tools/UserCancelException.java	(revision 13493)
@@ -21,5 +21,5 @@
      * @param  message the detail message (which is saved for later retrieval by the {@link #getMessage()} method).
      * @param  cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
-     *         (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
+     *         (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
      */
     public UserCancelException(String message, Throwable cause) {
@@ -40,5 +40,5 @@
      *
      * @param  cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
-     *         (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
+     *         (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
      */
     public UserCancelException(Throwable cause) {
