- Timestamp:
- 2019-05-15T22:34:57+02:00 (5 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/RemoveNodesCommand.java
r15013 r15077 37 37 * @param way The way to modify. Must not be null, and belong to a data set 38 38 * @param rmNodes The set of nodes to remove 39 * @since xxx39 * @since 15013 40 40 */ 41 41 public RemoveNodesCommand(Way way, Set<Node> rmNodes) { -
trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorListManagementDialog.java
r14939 r15077 43 43 * A management window for the validator's ignorelist 44 44 * @author Taylor Smock 45 * @since xxx45 * @since 14828 46 46 */ 47 47 public class ValidatorListManagementDialog extends ExtendedDialog { -
trunk/src/org/openstreetmap/josm/io/OsmApiException.java
r14810 r15077 283 283 * Determines if the exception has {@code text/html} as content type. 284 284 * @return {@code true} if the exception has {@code text/html} as content type. 285 * @since xxx285 * @since 14810 286 286 */ 287 287 public final boolean isHtml() { -
trunk/src/org/openstreetmap/josm/io/session/SessionReader.java
r15070 r15077 745 745 * @throws IllegalDataException if invalid data is detected 746 746 * @throws IOException if any I/O error occurs 747 * @since xxx747 * @since 15070 748 748 */ 749 749 public void loadSession(InputStream josIS, URI sessionFileURI, boolean zip, ProgressMonitor progressMonitor)
Note:
See TracChangeset
for help on using the changeset viewer.