Index: trunk/src/org/openstreetmap/josm/io/OsmWriter.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/OsmWriter.java	(revision 12800)
+++ trunk/src/org/openstreetmap/josm/io/OsmWriter.java	(revision 12802)
@@ -131,5 +131,5 @@
 
     /**
-     * Writes the full OSM file for the given layer (header, data sources, osm data).
+     * Writes the full OSM file for the given layer (header, data sources, osm data, footer).
      * @param layer OSM data layer
      * @deprecated To be removed end of 2017. Use {@link #write(DataSet)} instead
@@ -141,5 +141,5 @@
 
     /**
-     * Writes the full OSM file for the given data set (header, data sources, osm data).
+     * Writes the full OSM file for the given data set (header, data sources, osm data, footer).
      * @param data OSM data set
      * @since 12800
