Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java	(revision 5835)
@@ -329,7 +329,4 @@
     private boolean leftHandTraffic;
 
-    /**
-     * {@inheritDoc}
-     */
     public StyledMapRenderer(Graphics2D g, NavigatableComponent nc, boolean isInactiveMode) {
         super(g, nc, isInactiveMode);
Index: trunk/src/org/openstreetmap/josm/gui/FileDrop.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/FileDrop.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/FileDrop.java	(revision 5835)
@@ -19,6 +19,6 @@
 /**
  * This class makes it easy to drag and drop files from the operating
- * system to a Java program. Any <tt>java.awt.Component</tt> can be
- * dropped onto, but only <tt>javax.swing.JComponent</tt>s will indicate
+ * system to a Java program. Any {@link java.awt.Component} can be
+ * dropped onto, but only {@link javax.swing.JComponent}s will indicate
  * the drop event with a changed border.
  * <p/>
@@ -39,5 +39,5 @@
  * <p/>
  * You can specify the border that will appear when files are being dragged by
- * calling the constructor with a <tt>javax.swing.border.Border</tt>. Only
+ * calling the constructor with a {@link javax.swing.border.Border}. Only
  * <tt>JComponent</tt>s will show any indication with a border.
  * <p/>
@@ -630,6 +630,6 @@
     /**
      * This is the event that is passed to the
-     * {@link FileDropListener#filesDropped filesDropped(...)} method in
-     * your {@link FileDropListener} when files are dropped onto
+     * {@link FileDrop.Listener#filesDropped filesDropped(...)} method in
+     * your {@link FileDrop.Listener} when files are dropped onto
      * a registered drop target.
      *
@@ -650,5 +650,5 @@
          *
          * @param files The array of files that were dropped
-         * @source The event source
+         * @param source The event source
          * @since 1.1
          */
@@ -887,6 +887,4 @@
          *
          * @author Robert Harder
-         * @copyright 2001
-         * @version 1.1
          * @since 1.1
          */
Index: trunk/src/org/openstreetmap/josm/gui/conflict/pair/relation/RelationMemberTableCellRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/conflict/pair/relation/RelationMemberTableCellRenderer.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/conflict/pair/relation/RelationMemberTableCellRenderer.java	(revision 5835)
@@ -135,5 +135,4 @@
      * render the row id
      * @param row the row index
-     * @param isSelected
      */
     protected  void renderRowId(int row) {
Index: trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableCellRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableCellRenderer.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableCellRenderer.java	(revision 5835)
@@ -13,5 +13,6 @@
 
 /**
- * This is the {@link TableCellRenderer} used in the tables of {@link RelationMemberMerger}.
+ * This is the {@link TableCellRenderer} used in the tables of
+ * {@link org.openstreetmap.josm.gui.conflict.pair.relation.RelationMemberMerger}.
  *
  */
Index: trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTreeModel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTreeModel.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTreeModel.java	(revision 5835)
@@ -15,5 +15,5 @@
 /**
  * This is a {@link TreeModel} which provides the hierarchical structure of {@link Relation}s
- * to a  {@link JTree}.
+ * to a {@link javax.swing.tree.JTree}.
  *
  * The model is initialized with a root relation or with a list of {@link RelationMember}s, see
Index: trunk/src/org/openstreetmap/josm/gui/history/NodeListTableColumnModel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/history/NodeListTableColumnModel.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/history/NodeListTableColumnModel.java	(revision 5835)
@@ -9,5 +9,5 @@
 
 /**
- * The {@link TableColumnModel} for the table with the list of nodes.
+ * The {@link javax.swing.table.TableColumnModel} for the table with the list of nodes.
  *
  *
Index: trunk/src/org/openstreetmap/josm/gui/history/PointInTimeType.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/history/PointInTimeType.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/history/PointInTimeType.java	(revision 5835)
@@ -3,7 +3,7 @@
 
 /**
- * PointInTimeType enumerates two points in time in the {@link History} of an {@link OsmPrimitive}.
+ * PointInTimeType enumerates two points in time in the {@link org.openstreetmap.josm.data.osm.history.History}
+ * of an {@link org.openstreetmap.josm.data.osm.OsmPrimitive}.
  * @author karl
- *
  */
 public enum PointInTimeType {
Index: trunk/src/org/openstreetmap/josm/gui/history/RelationMemberListTableCellRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/history/RelationMemberListTableCellRenderer.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/history/RelationMemberListTableCellRenderer.java	(revision 5835)
@@ -19,5 +19,5 @@
 
 /**
- * The {@link TableCellRenderer} for a list of relation members in {@link HistoryBrower}
+ * The {@link TableCellRenderer} for a list of relation members in {@link HistoryBrowser}
  *
  *
Index: trunk/src/org/openstreetmap/josm/gui/history/RelationMemberTableColumnModel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/history/RelationMemberTableColumnModel.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/history/RelationMemberTableColumnModel.java	(revision 5835)
@@ -8,5 +8,5 @@
 
 /**
- * The {@link TableColumnModel} for the table with the list of relation members.
+ * The {@link javax.swing.table.TableColumnModel} for the table with the list of relation members.
  *
  */
Index: trunk/src/org/openstreetmap/josm/gui/io/SaveLayerTask.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/io/SaveLayerTask.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/gui/io/SaveLayerTask.java	(revision 5835)
@@ -10,6 +10,6 @@
 
 /**
- * SaveLayerTask saves the data managed by an {@link OsmDataLayer} to the
- * {@link OsmDataLayer#getAssociatedFile()}.
+ * SaveLayerTask saves the data managed by an {@link org.openstreetmap.josm.gui.layer.OsmDataLayer} to the
+ * {@link org.openstreetmap.josm.gui.layer.OsmDataLayer#getAssociatedFile()}.
  *
  * <pre>
Index: trunk/src/org/openstreetmap/josm/io/OsmServerHistoryReader.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/OsmServerHistoryReader.java	(revision 5834)
+++ trunk/src/org/openstreetmap/josm/io/OsmServerHistoryReader.java	(revision 5835)
@@ -14,5 +14,5 @@
 
 /**
- * Reads the history of an {@link OsmPrimitive} from the OSM API server.
+ * Reads the history of an {@link org.openstreetmap.josm.data.osm.OsmPrimitive} from the OSM API server.
  *
  */
