Skip to content

Commit

Permalink
Merge pull request #6098 from pferraro/WFCORE-6919
Browse files Browse the repository at this point in the history
WFCORE-6919 Remove usage of deprecated AbstractWriteAttributeHandler constructors in core-management
  • Loading branch information
yersan authored Jul 23, 2024
2 parents 0928de8 + 83bc999 commit 96cb71a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ private static class MaxHistoryWriteHandler extends AbstractWriteAttributeHandle
private final ConfigurationChangesCollector collector;

private MaxHistoryWriteHandler(ConfigurationChangesCollector collector) {
super(MAX_HISTORY);
this.collector = collector;
}

Expand Down

0 comments on commit 96cb71a

Please sign in to comment.