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:
[email protected]


Reply via email to