Index: applications/editors/josm/plugins/pointInfo/build.xml
===================================================================
--- applications/editors/josm/plugins/pointInfo/build.xml	(revision 33614)
+++ applications/editors/josm/plugins/pointInfo/build.xml	(revision 33615)
@@ -3,5 +3,5 @@
 
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="PointInfo: Replace depricated functions."/>
+    <property name="commit.message" value="PointInfo: Replace depricated AddCommand function."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="12666"/>
Index: applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruian/RuianRecord.java
===================================================================
--- applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruian/RuianRecord.java	(revision 33614)
+++ applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruian/RuianRecord.java	(revision 33615)
@@ -1110,5 +1110,5 @@
             node = new Node(new LatLon(m_coor_lat, m_coor_lon));
         }
-        commands.add(new AddCommand(node));
+        commands.add(new AddCommand(MainApplication.getLayerManager().getEditDataSet(), node));
 
         Collection<OsmPrimitive> coll = new LinkedList<>();
