Index: applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java
===================================================================
--- applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java	(revision 34099)
+++ applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java	(revision 34100)
@@ -14,5 +14,4 @@
 import java.util.Map;
 
-import org.openstreetmap.josm.Main;
 import org.openstreetmap.josm.data.Bounds;
 import org.openstreetmap.josm.data.DataSource;
@@ -210,5 +209,4 @@
         /**
          * read the bounding box data set
-         * @throws IOException in case of I/O error
          */
         private void readBBox() {
@@ -473,4 +471,5 @@
          * read object type ("0".."2") concatenated with role (single string) 
          * @return 0..3 for type (3 means unknown)
+         * @throws IOException in case of I/O error
          */
         private int readRelRef() throws IOException {
@@ -566,5 +565,4 @@
          * read a varying length signed number (see o5m definition)
          * @return the number
-         * @throws IOException in case of I/O error
          */
         private int readSignedNum32() {
@@ -597,5 +595,4 @@
          * read a varying length signed number (see o5m definition)
          * @return the number
-         * @throws IOException in case of I/O error
          */
         private long readSignedNum64() {
@@ -653,5 +650,4 @@
          * read a varying length unsigned number (see o5m definition)
          * @return a long
-         * @throws IOException in case of I/O error
          */
         private long readUnsignedNum64() {
@@ -678,5 +674,4 @@
          * is similar to the 64 bit version.
          * @return an int 
-         * @throws IOException in case of I/O error
          */
         private int readUnsignedNum32() {
@@ -705,5 +700,5 @@
      *
      * @param source the source input stream. Must not be null.
-     * @param progressMonitor  the progress monitor. If null, {@see NullProgressMonitor#INSTANCE} is assumed
+     * @param progressMonitor  the progress monitor. If null, {@link NullProgressMonitor#INSTANCE} is assumed
      *
      * @return the dataset with the parsed data
