提交 a5f80e2e 编写于 作者: F Frederik Heremans

ACT-1594: Removing deprecated constants from Task

上级 c7c25460
......@@ -27,20 +27,6 @@ public interface Task {
*/
int DEFAULT_PRIORITY = 50;
/**
* @deprecated Will be removed in 5.13
*/
int PRIORITY_MINIUM = 0;
/**
* @deprecated Will be removed in 5.13
*/
int PRIORITY_NORMAL = 50;
/**
* @deprecated Will be removed in 5.13
*/
int PRIORITY_MAXIMUM = 100;
/** DB id of the task. */
String getId();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册