Changeset 19366 in josm
- Timestamp:
- 2025-03-28T23:12:38+01:00 (4 days ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/SplitWayCommand.java
r19307 r19366 794 794 /** 795 795 * This is only strictly necessary when we are splitting a route where it starts to loop back. 796 * Example: way1 -> way2 -> way2 ->way1796 * Example: way1 → way2 → way2 → way1 797 797 * 798 798 * @param position The position of the original way in the relation -
trunk/src/org/openstreetmap/josm/data/osm/Changeset.java
r18283 r19366 96 96 * Creates a changeset with the data obtained from the given preset, i.e., 97 97 * the {@link AbstractPrimitive#getChangesetId() changeset id}, {@link AbstractPrimitive#getUser() user}, and 98 * {@link AbstractPrimitive#get Timestamp() timestamp}.98 * {@link AbstractPrimitive#getInstant() timestamp}. 99 99 * @param primitive the primitive to use 100 100 * @return the created changeset -
trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java
r19328 r19366 326 326 * Determines if this primitive has no timestamp information. 327 327 * @return {@code true} if this primitive has no timestamp information 328 * @see #get Timestamp328 * @see #getInstant 329 329 * @see #getRawTimestamp 330 330 */ -
trunk/src/org/openstreetmap/josm/io/auth/CredentialsAgent.java
r19345 r19366 75 75 * @param host The host the access token is for 76 76 * @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)}. 78 78 * @throws CredentialsAgentException if something goes wrong 79 79 * @since 18650
Note:
See TracChangeset
for help on using the changeset viewer.