Index: applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/DownloadAction.java
===================================================================
--- applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/DownloadAction.java	(revision 18962)
+++ applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/DownloadAction.java	(revision 19050)
@@ -37,7 +37,7 @@
 import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.data.osm.Node;
-import org.openstreetmap.josm.tools.OsmUrlToBounds;
 import org.openstreetmap.josm.plugins.osb.ConfigKeys;
 import org.openstreetmap.josm.plugins.osb.api.util.HttpUtils;
+import org.openstreetmap.josm.tools.OsmUrlToBounds;
 
 public class DownloadAction {
@@ -83,7 +83,6 @@
             double lon = Double.parseDouble(m.group(2));
             LatLon latlon = new LatLon(lat, lon);
-            Node osmNode = new Node(Long.parseLong(m.group(1)));
+            Node osmNode = new Node(Long.parseLong(m.group(1)), 1);
             osmNode.setCoor(latlon);
-            osmNode.setIncomplete(false);
             osmNode.put("id", m.group(1));
             osmNode.put("note", m.group(4));
