More small changes from code inspection
[zxing.git] / core / src / com / google / zxing / ReaderException.java
index 750dde8..0d8a3d5 100644 (file)
@@ -45,6 +45,8 @@ public final class ReaderException extends Exception {
   }
 
   // Prevent stack traces from being taken
+  // srowen says: huh, my IDE is saying this is not an override. native methods can't be overridden?
+  // This, at least, does not hurt. Because we use a singleton pattern here, it doesn't matter anyhow.
   public Throwable fillInStackTrace() {
     return null;
   }