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.
---