Skip to content

Commit

Permalink
Turn the delta final
Browse files Browse the repository at this point in the history
  • Loading branch information
lenhard committed Jul 11, 2017
1 parent 820ed38 commit 0ca07d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class FieldChangedEvent extends EntryChangedEvent {
private final String fieldName;
private final String newValue;
private final String oldValue;
private int delta = 0;
private final int delta = 0;


/**
Expand Down

0 comments on commit 0ca07d2

Please sign in to comment.