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:48:42 UTC

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

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



##########
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:
       @percyashu nice! FYI I've also fixed this in #858 ...




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