Project

General

Profile

« Previous | Next » 

Revision 35161021

Added by Leszek Koltunski over 2 years ago

Beginnings of support for saving the downloaded JSONs in local data storage.

View differences:

src/main/java/org/distorted/external/RubikNetwork.java
795 795

  
796 796
  public static RubikNetwork getInstance()
797 797
    {
798
    if( mThis==null )
799
      {
800
      mThis = new RubikNetwork();
801
      }
802

  
798
    if( mThis==null ) mThis = new RubikNetwork();
803 799
    return mThis;
804 800
    }
805 801

  

Also available in: Unified diff