Index: trunk/src/org/openstreetmap/josm/gui/download/OSMDownloadSource.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/download/OSMDownloadSource.java	(revision 16516)
+++ trunk/src/org/openstreetmap/josm/gui/download/OSMDownloadSource.java	(revision 16517)
@@ -304,5 +304,5 @@
          *
          * @return true if the user selected to download OSM data
-         * @deprecated since xxx -- use {@code getDownloadType(OsmDataDownloadType.class).getCheckBox().isSelected()}
+         * @deprecated since 16503 -- use {@code getDownloadType(OsmDataDownloadType.class).getCheckBox().isSelected()}
          */
         @Deprecated
@@ -315,5 +315,5 @@
          *
          * @return true if the user selected to download GPX data
-         * @deprecated since xxx -- use {@code getDownloadType(GpsDataDownloadType.class).getCheckBox().isSelected()}
+         * @deprecated since 16503 -- use {@code getDownloadType(GpsDataDownloadType.class).getCheckBox().isSelected()}
          */
         @Deprecated
@@ -326,5 +326,5 @@
          *
          * @return true if user selected to download notes
-         * @deprecated since xxx -- use {@code getDownloadType(NotesDataDownloadType.class).getCheckBox().isSelected()}
+         * @deprecated since 16503 -- use {@code getDownloadType(NotesDataDownloadType.class).getCheckBox().isSelected()}
          */
         @Deprecated
Index: trunk/src/org/openstreetmap/josm/spi/preferences/Config.java
===================================================================
--- trunk/src/org/openstreetmap/josm/spi/preferences/Config.java	(revision 16516)
+++ trunk/src/org/openstreetmap/josm/spi/preferences/Config.java	(revision 16517)
@@ -67,5 +67,5 @@
      * Install the global URLs provider.
      * @param urls the global URLs provider instance to set (must not be null)
-     * @since xx
+     * @since 14119
      */
     public static void setUrlsProvider(IUrls urls) {
Index: trunk/src/org/openstreetmap/josm/tools/StreamUtils.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/StreamUtils.java	(revision 16516)
+++ trunk/src/org/openstreetmap/josm/tools/StreamUtils.java	(revision 16517)
@@ -65,5 +65,5 @@
      * @return a new Collector that collects the items in an unmodifiable list
      * @see Utils#toUnmodifiableList
-     * @since xxx
+     * @since 16436
      */
     public static <T> Collector<T, ?, List<T>> toUnmodifiableList() {
