Skip to content

Commit 91b02b8

Browse files
committed
final onUpdate on AgentDataHolder
1 parent 48e4f85 commit 91b02b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/holder/src/main/java/me/hsgamer/topper/agent/holder/AgentDataHolder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected final void onCreate(DataEntry<K, V> entry) {
3939
}
4040

4141
@Override
42-
protected void onUpdate(DataEntry<K, V> entry, V oldValue, V newValue) {
42+
protected final void onUpdate(DataEntry<K, V> entry, V oldValue, V newValue) {
4343
entryAgentList.forEach(agent -> agent.onUpdate(entry, oldValue, newValue));
4444
}
4545

0 commit comments

Comments
 (0)