Fixed the build.
[zxing.git] / core / src / com / google / zxing / qrcode / decoder / BitMatrixParser.java
index dffa6c6..fad7c52 100644 (file)
@@ -45,7 +45,7 @@ final class BitMatrixParser {
    *\r
    * @return {@link FormatInformation} encapsulating the QR Code's format info\r
    * @throws ReaderException if both format information locations cannot be parsed as\r
-   *  the valid encoding of format information\r
+   * the valid encoding of format information\r
    */\r
   FormatInformation readFormatInformation() throws ReaderException {\r
 \r
@@ -95,7 +95,7 @@ final class BitMatrixParser {
    *\r
    * @return {@link Version} encapsulating the QR Code's version\r
    * @throws ReaderException if both version information locations cannot be parsed as\r
-   *  the valid encoding of version information\r
+   * the valid encoding of version information\r
    */\r
   Version readVersion() throws ReaderException {\r
 \r