[AB-205] making exception message for command not found configurable

making feature config classes more unified in the naming
This commit is contained in:
Sheldan
2021-03-21 22:59:01 +01:00
parent 5eefc3909e
commit f53f0cb66c
44 changed files with 176 additions and 129 deletions

View File

@@ -18,7 +18,7 @@ import java.util.List;
* General instance of {@link FeatureConfig} to establish the mod mail feature
*/
@Component
public class ModMailFeature implements FeatureConfig {
public class ModMailFeatureConfig implements FeatureConfig {
@Autowired
private ModMailFeatureValidator modMailFeatureValidator;