Index: /applications/editors/josm/plugins/opendata/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/build.xml	(revision 34383)
+++ /applications/editors/josm/plugins/opendata/build.xml	(revision 34384)
@@ -100,23 +100,3 @@
         </exec>
     </target>
-
-	<target name="javadoc">
-        <javadoc destdir="${plugin.doc.dir}"
-                encoding="UTF-8"
-                windowtitle="JOSM-${ant.project.name}"
-                use="true"
-                private="true"
-                linksource="true"
-                author="false">
-            <sourcepath>
-            	<pathelement location="${plugin.src.dir}"/>
-            	<pathelement location="includes"/>
-            </sourcepath>
-        	<classpath refid="plugin.classpath"/>
-            <link href="https://docs.oracle.com/javase/8/docs/api"/>
-            <link href="https://josm.openstreetmap.de/doc"/>
-            <doctitle><![CDATA[<h2>JOSM-${ant.project.name} - Javadoc</h2>]]></doctitle>
-            <bottom><![CDATA[<a href="https://josm.openstreetmap.de/wiki/Plugins">JOSM Plugins</a>]]></bottom>
-        </javadoc>
-    </target>
 </project>
Index: /applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NeptuneReader.java
===================================================================
--- /applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NeptuneReader.java	(revision 34383)
+++ /applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NeptuneReader.java	(revision 34384)
@@ -52,5 +52,5 @@
 
 /**
- * NEPTUNE -> OSM converter
+ * NEPTUNE -&gt; OSM converter
  * See http://www.chouette.mobi/IMG/pdf/NF__F_-Neptune-maj.pdf
  */
