I have the following code:
public class CheckIfSame implements Runnable { private int[][] m; private int[][] mNew; private int row; private boolean same; pu