Add MatrixToImageWriter convenience class, small code tweaks in javase/, make ByteMat...
[zxing.git] / core / src / com / google / zxing / common / ByteMatrix.java
index 2c801ae..9ac01bc 100644 (file)
@@ -37,11 +37,11 @@ public final class ByteMatrix {
     this.height = height;
   }
 
-  public int height() {
+  public int getHeight() {
     return height;
   }
 
-  public int width() {
+  public int getWidth() {
     return width;
   }