move to singleton ReaderException for a bit more performance
[zxing.git] / core / src / com / google / zxing / BlackPointEstimationMethod.java
index a07e203..8036806 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 Google Inc.
+ * Copyright 2007 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,8 @@ package com.google.zxing;
 /**
  * <p>Enumerates different methods of sampling an imagine to estimate a black point.</p>
  *
- * @author srowen@google.com (Sean Owen), dswitkin@google.com (Daniel Switkin)
+ * @author Sean Owen
+ * @author dswitkin@google.com (Daniel Switkin)
  */
 public final class BlackPointEstimationMethod {