blob: 4f92f80115fd406d0d7ce3952112c8dccea686cf [file] [log] [blame]
package org.apache.fineract;
/**
* FakeRemoteDataSource is reading the local json files into the java object using gson.
* Created by Rajan Maurya on 25/6/17.
*/
public class FakeRemoteDataSource {
private static TestDataFactory testDataFactory = new TestDataFactory();
}