You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by avikganguly01 <gi...@git.apache.org> on 2018/03/30 16:30:10 UTC

[GitHub] fineract pull request #445: gsim and glim functionalities added

Github user avikganguly01 commented on a diff in the pull request:

    https://github.com/apache/fineract/pull/445#discussion_r178281919
  
    --- Diff: fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsApplicationProcessWritePlatformServiceJpaRepositoryImpl.java ---
    @@ -74,472 +92,713 @@
     import org.springframework.stereotype.Service;
     import org.springframework.transaction.annotation.Transactional;
     
    +import com.google.gson.JsonArray;
    +import com.google.gson.JsonElement;
    +
     @Service
    --- End diff --
    
    Unreviewable code. Please make sure file diff for existing files is readable by changing only parts which you intend to change. 


---