Project

General

Profile

« Previous | Next » 

Revision 6777e712

Added by Leszek Koltunski about 2 months ago

Lint

View differences:

src/main/java/org/distorted/objectlib/scrambling/ScrambleStateSquare1.java
19 19
  private static final int INVALID_MOVE = -1;
20 20
  private static final int NUM_MOVES = 23;
21 21

  
22
  private int mDist;
22
  private final int mDist;
23 23
  private boolean mFresh;
24 24
  private long mID;
25 25
  private final long[] mMoves;
......
298 298
    String ret = str.length()!=0 ? "  ,":"  ";
299 299

  
300 300
    ret += row;
301
    ret += angle<0 ? "," : ",";
301
    ret += ",";
302 302
    ret += angle;
303 303

  
304 304
         if( id< 10 ) ret += (",  "+id);

Also available in: Unified diff