Add missing @return Javadoc for RegionGroup#getAutoRegions()

This commit is contained in:
Thijs Wiefferink 2017-11-10 00:04:39 +01:00
parent 858b019806
commit 9a52ca3d9b

View File

@ -36,6 +36,7 @@ public class RegionGroup {
/**
* Get automatically added regions.
* @return Set of regions automatically added by the configuration
*/
public Set<String> getAutoRegions() {
if(autoDirty) {