Index: trunk/src/org/openstreetmap/josm/io/nmea/Sentence.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/nmea/Sentence.java	(revision 12425)
+++ trunk/src/org/openstreetmap/josm/io/nmea/Sentence.java	(revision 12426)
@@ -19,5 +19,5 @@
      *            1      2   3   4   5   6   7   8   9
      *            |      |   |   |   |   |   |   |   |
-     * $--GBS,hhmmss.ss,x.x,x.x,x.x,x.x,x.x,x.x,x.x*hh<CR><LF>
+     * $--GBS,hhmmss.ss,x.x,x.x,x.x,x.x,x.x,x.x,x.x*hh
      * </pre>
      * Field Number:<ol>
@@ -42,5 +42,5 @@
      *        1         2       3 4        5 6 7  8   9  10 |  12 13  14   15
      *        |         |       | |        | | |  |   |   | |   | |   |    |
-     * $--GGA,hhmmss.ss,llll.ll,a,yyyyy.yy,a,x,xx,x.x,x.x,M,x.x,M,x.x,xxxx*hh<CR><LF>
+     * $--GGA,hhmmss.ss,llll.ll,a,yyyyy.yy,a,x,xx,x.x,x.x,M,x.x,M,x.x,xxxx*hh
      * </pre>
      * Field Number:<ol>
@@ -81,5 +81,5 @@
      *        1 2 3                        14 15  16  17  18
      *        | | |                         |  |   |   |   |
-     * $--GSA,a,a,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x.x,x.x,x.x*hh<CR><LF>
+     * $--GSA,a,a,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x.x,x.x,x.x*hh
      * </pre>
      * Field Number:<ol>
@@ -112,5 +112,5 @@
      *        1 2 3 4 5 6 7     n
      *        | | | | | | |     |
-     * $--GSV,x,x,x,x,x,x,x,...*hh<CR><LF>
+     * $--GSV,x,x,x,x,x,x,x,...*hh
      * </pre>
      * Field Number:<ol>
@@ -132,5 +132,5 @@
      *        1       2 3        4 5         6 7   8
      *        |       | |        | |         | |   |
-     * $--GLL,llll.ll,a,yyyyy.yy,a,hhmmss.ss,a,m,*hh<CR><LF>
+     * $--GLL,llll.ll,a,yyyyy.yy,a,hhmmss.ss,a,m,*hh
      * </pre>
      * Field Number:<ol>
@@ -154,5 +154,5 @@
      *        1         2 3       4 5        6  7   8   9    10 11|  13
      *        |         | |       | |        |  |   |   |    |  | |   |
-     * $--RMC,hhmmss.ss,A,llll.ll,a,yyyyy.yy,a,x.x,x.x,xxxx,x.x,a,m,*hh<CR><LF>
+     * $--RMC,hhmmss.ss,A,llll.ll,a,yyyyy.yy,a,x.x,x.x,xxxx,x.x,a,m,*hh
      * </pre>
      * Field Number:<ol>
@@ -180,5 +180,5 @@
      *         1  2  3  4  5  6  7  8 9   10
      *         |  |  |  |  |  |  |  | |   |
-     * $--VTG,x.x,T,x.x,M,x.x,N,x.x,K,m,*hh<CR><LF>
+     * $--VTG,x.x,T,x.x,M,x.x,N,x.x,K,m,*hh
      * </pre>
      * Field Number:<ol>
@@ -203,5 +203,5 @@
      *        1         2  3  4    5  6  7
      *        |         |  |  |    |  |  |
-     * $--ZDA,hhmmss.ss,xx,xx,xxxx,xx,xx*hh<CR><LF>
+     * $--ZDA,hhmmss.ss,xx,xx,xxxx,xx,xx*hh
      * </pre>
      * Field Number:<ol>
