Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / detector / FinderPattern.java
index c9200b4..7a9914d 100644 (file)
@@ -36,7 +36,7 @@ public final class FinderPattern extends ResultPoint {
     this.count = 1;
   }
 
-  float getEstimatedModuleSize() {
+  public float getEstimatedModuleSize() {
     return estimatedModuleSize;
   }