Deleted an unnecessary comment as per @CyB3RC0nN0Rs request
This commit is contained in:
parent
e77abd3b00
commit
c9c99b3117
@ -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; }
|
||||||
}
|
}
|
Reference in New Issue
Block a user