Index: /applications/editors/josm/plugins/reverter/src/reverter/corehacks/OsmChangesetContentParser.java
===================================================================
--- /applications/editors/josm/plugins/reverter/src/reverter/corehacks/OsmChangesetContentParser.java	(revision 32684)
+++ /applications/editors/josm/plugins/reverter/src/reverter/corehacks/OsmChangesetContentParser.java	(revision 32685)
@@ -76,5 +76,5 @@
                 throwException(tr("Missing mandatory attribute ''{0}''.", name));
             }
-            Long l = 0l;
+            Long l = 0L;
             try {
                 l = Long.parseLong(v);
