Skip to content

Commit

Permalink
Make SemanticTagRegistryChangeListener private
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed Dec 10, 2023
1 parent dff2b22 commit cadf8b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public void updated(Item oldItem, Item item) {
processItem(item);
}

class SemanticTagRegistryChangeListener implements RegistryChangeListener<SemanticTag> {
private class SemanticTagRegistryChangeListener implements RegistryChangeListener<SemanticTag> {

private SemanticsMetadataProvider provider;

Expand Down

0 comments on commit cadf8b4

Please sign in to comment.