Fix Checkstyle

This commit is contained in:
Andrew Steinborn
2019-05-15 17:10:07 -04:00
parent 6d42a3c37c
commit 552f02ed60
3 changed files with 11 additions and 4 deletions

View File

@@ -57,6 +57,11 @@ public class VelocityChannelRegistrar implements ChannelRegistrar {
}
}
/**
* Returns all legacy channel IDs.
*
* @return all legacy channel IDs
*/
public Collection<String> getLegacyChannelIds() {
Collection<String> ids = new HashSet<>();
for (ChannelIdentifier value : identifierMap.values()) {