Skip to content

Commit

Permalink
Fix CustomProtocol example
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Feb 1, 2024
1 parent e99117c commit 561db5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected void doUnlinkAttribute(String assetId, Attribute<?> attribute, Default
}

@Override
protected void doLinkedAttributeWrite(Attribute<?> attribute, DefaultAgentLink agentLink, AttributeEvent event, Object processedValue) {
protected void doLinkedAttributeWrite(DefaultAgentLink agentLink, AttributeEvent event, Object processedValue) {

}

Expand Down

0 comments on commit 561db5a

Please sign in to comment.