Changeset 19366 in josm


Ignore:
Timestamp:
2025-03-28T23:12:38+01:00 (4 days ago)
Author:
stoecker
Message:

Javadoc fixes

Location:
trunk/src/org/openstreetmap/josm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/SplitWayCommand.java

    r19307 r19366  
    794794    /**
    795795     * This is only strictly necessary when we are splitting a route where it starts to loop back.
    796      * Example: way1 -> way2 -> way2 -> way1
     796     * Example: way1 → way2 → way2 → way1
    797797     *
    798798     * @param position         The position of the original way in the relation
  • trunk/src/org/openstreetmap/josm/data/osm/Changeset.java

    r18283 r19366  
    9696     * Creates a changeset with the data obtained from the given preset, i.e.,
    9797     * the {@link AbstractPrimitive#getChangesetId() changeset id}, {@link AbstractPrimitive#getUser() user}, and
    98      * {@link AbstractPrimitive#getTimestamp() timestamp}.
     98     * {@link AbstractPrimitive#getInstant() timestamp}.
    9999     * @param primitive the primitive to use
    100100     * @return the created changeset
  • trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java

    r19328 r19366  
    326326     * Determines if this primitive has no timestamp information.
    327327     * @return {@code true} if this primitive has no timestamp information
    328      * @see #getTimestamp
     328     * @see #getInstant
    329329     * @see #getRawTimestamp
    330330     */
  • trunk/src/org/openstreetmap/josm/io/auth/CredentialsAgent.java

    r19345 r19366  
    7575     * @param host The host the access token is for
    7676     * @param accessToken the access Token. null, to remove the Access Token. This will remove all IOAuthTokens <i>not</i> managed by
    77      *                    {@link #storeOAuthAccessToken(IOAuthToken)}.
     77     *                    {@link #storeOAuthAccessToken(String, IOAuthToken)}.
    7878     * @throws CredentialsAgentException if something goes wrong
    7979     * @since 18650
Note: See TracChangeset for help on using the changeset viewer.