Skip to content

Commit 039b3c6

Browse files
author
gaben
committed
fix @SInCE xxx
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19551 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent de21668 commit 039b3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/actions/downloadtasks/DownloadTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ default List<String> getErrorMessages() {
157157
* If this task provides potentially old data, this should return {@code true}. If so, it would be a good decision
158158
* to prompt users to verify if they want the data to be downloaded to the current layer.
159159
* @return {@code true} if the data could be old.
160-
* @since xxx
160+
* @since 19550
161161
*/
162162
default boolean providesOldData() {
163163
return false;

0 commit comments

Comments
 (0)