Deleted an unnecessary comment as per @CyB3RC0nN0Rs request

This commit is contained in:
delvh 2019-12-20 12:51:35 +01:00
parent 02baf70d92
commit e7f6826e37

View File

@ -150,10 +150,8 @@ public class Settings {
public Map<String, Theme> getThemes() { return themes; } public Map<String, Theme> getThemes() { return themes; }
/** /**
* @deprecated not used
*
* @param themes the the the the * @param themes the the the the
* @since Envoy v0.2-alpha * @since Envoy v0.2-alpha
*/ */
public void setThemes(Map<String, Theme> themes) { this.themes = themes; }// TODO delete, if there is no usage public void setThemes(Map<String, Theme> themes) { this.themes = themes; }
} }