Index: /trunk/src/org/openstreetmap/josm/command/SplitWayCommand.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/command/SplitWayCommand.java	(revision 19365)
+++ /trunk/src/org/openstreetmap/josm/command/SplitWayCommand.java	(revision 19366)
@@ -794,5 +794,5 @@
     /**
      * This is only strictly necessary when we are splitting a route where it starts to loop back.
-     * Example: way1 -> way2 -> way2 -> way1
+     * Example: way1 → way2 → way2 → way1
      *
      * @param position         The position of the original way in the relation
Index: /trunk/src/org/openstreetmap/josm/data/osm/Changeset.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/Changeset.java	(revision 19365)
+++ /trunk/src/org/openstreetmap/josm/data/osm/Changeset.java	(revision 19366)
@@ -96,5 +96,5 @@
      * Creates a changeset with the data obtained from the given preset, i.e.,
      * the {@link AbstractPrimitive#getChangesetId() changeset id}, {@link AbstractPrimitive#getUser() user}, and
-     * {@link AbstractPrimitive#getTimestamp() timestamp}.
+     * {@link AbstractPrimitive#getInstant() timestamp}.
      * @param primitive the primitive to use
      * @return the created changeset
Index: /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java	(revision 19365)
+++ /trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java	(revision 19366)
@@ -326,5 +326,5 @@
      * Determines if this primitive has no timestamp information.
      * @return {@code true} if this primitive has no timestamp information
-     * @see #getTimestamp
+     * @see #getInstant
      * @see #getRawTimestamp
      */
Index: /trunk/src/org/openstreetmap/josm/io/auth/CredentialsAgent.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/auth/CredentialsAgent.java	(revision 19365)
+++ /trunk/src/org/openstreetmap/josm/io/auth/CredentialsAgent.java	(revision 19366)
@@ -75,5 +75,5 @@
      * @param host The host the access token is for
      * @param accessToken the access Token. null, to remove the Access Token. This will remove all IOAuthTokens <i>not</i> managed by
-     *                    {@link #storeOAuthAccessToken(IOAuthToken)}.
+     *                    {@link #storeOAuthAccessToken(String, IOAuthToken)}.
      * @throws CredentialsAgentException if something goes wrong
      * @since 18650
