You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/05/09 18:28:43 UTC

[GitHub] [fineract] percyashu commented on a change in pull request #830: FINERACT-822 enable and enforce Error Prone

percyashu commented on a change in pull request #830:
URL: https://github.com/apache/fineract/pull/830#discussion_r422529704



##########
File path: fineract-provider/src/main/java/org/apache/fineract/notification/domain/Notification.java
##########
@@ -90,7 +90,7 @@ public Long getActor() {
     }
 
     public void setActor(Long actor) {
-        this.actorId = actorId;
+        this.actorId = actor;
     }

Review comment:
       @vorburger concerning org.apache.fineract.notification.domain.Notification.setActor(Long) error prone picked this up locally




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org