Project

General

Profile

« Previous | Next » 

Revision beb325a0

Added by Leszek Koltunski over 4 years ago

Major restructuring - separate the Manipulated Objects (i.e. at the time being - Cubes of various sizes) and the class holding knowledge how those Objects move ( RubikCubeMovement ) into a separate package; remove all knowledge of Objects and the way they move from the main package.

View differences:

src/main/java/org/distorted/magic/RubikScoresDownloader.java
211 211
        }
212 212
      catch( final Exception e)
213 213
        {
214
        mReceiver.exception("biffed it getting HTTPResponse");
214
        mReceiver.exception("Failed to get an answer from the High Scores server");
215 215
        return false;
216 216
        }
217 217
      }

Also available in: Unified diff