Remove duplicated words in Javadoc

This commit is contained in:
Sam Brannen
2022-12-18 11:03:29 +01:00
parent d2b54e2611
commit 5c28b56823
4 changed files with 4 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ public abstract class AbstractBrokerMessageHandler
}
/**
* Return destination prefixes prefixes to use to filter messages to forward
* Return destination prefixes to use to filter messages to forward
* to the broker. Messages that have a destination and where the destination
* doesn't match are ignored.
* <p>By default this is not set.