Added disclaimer to PlotSettings.

This class is not and never has been proper API.
This commit is contained in:
Matt 2022-11-30 16:36:33 -05:00
parent 3a8fae47a0
commit 1646f2f426
1 changed files with 2 additions and 0 deletions

View File

@ -34,7 +34,9 @@ import java.util.UUID;
* Generic settings class.
* - Does not keep a reference to a parent class
* - Direct changes here will not occur in the db (Use the parent plot object for that)
* This class is not part of the API and may change at any time. It is recommended to use equivalent methods in the Plot class.
*/
@Deprecated
public class PlotSettings {
/**