This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 75da7d9  Minor/Clean-up: remove un-used ContentRepository.type
75da7d9 is described below

commit 75da7d9e291a73665fc462b71f491aea8e9b21de
Author: Michael Vorburger <[email protected]>
AuthorDate: Tue Oct 13 22:20:33 2020 +0200

    Minor/Clean-up: remove un-used ContentRepository.type
---
 .../documentmanagement/contentrepository/ContentRepository.java         | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/contentrepository/ContentRepository.java
 
b/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/contentrepository/ContentRepository.java
index 08ca0a7..bacfaa8 100644
--- 
a/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/contentrepository/ContentRepository.java
+++ 
b/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/contentrepository/ContentRepository.java
@@ -28,8 +28,6 @@ import 
org.apache.fineract.infrastructure.documentmanagement.domain.StorageType;
 
 public interface ContentRepository {
 
-    StorageType type = null;
-
     // TODO:Vishwas Need to move these settings to the Database
     Integer MAX_FILE_UPLOAD_SIZE_IN_MB = 5;
 

Reply via email to