File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323class Issue extends AbstractApi
2424{
2525 /**
26- * @deprecated since v2.6.0 and will be removed in v3.0.0
26+ * @deprecated v2.6.0 Will be removed in v3.0.0
2727 */
2828 public const PRIO_LOW = 1 ;
2929
3030 /**
31- * @deprecated since v2.6.0 and will be removed in v3.0.0
31+ * @deprecated v2.6.0 Will be removed in v3.0.0
3232 */
3333 public const PRIO_NORMAL = 2 ;
3434
3535 /**
36- * @deprecated since v2.6.0 and will be removed in v3.0.0
36+ * @deprecated v2.6.0 Will be removed in v3.0.0
3737 */
3838 public const PRIO_HIGH = 3 ;
3939
4040 /**
41- * @deprecated since v2.6.0 and will be removed in v3.0.0
41+ * @deprecated v2.6.0 Will be removed in v3.0.0
4242 */
4343 public const PRIO_URGENT = 4 ;
4444
4545 /**
46- * @deprecated since v2.6.0 and will be removed in v3.0.0
46+ * @deprecated v2.6.0 Will be removed in v3.0.0
4747 */
4848 public const PRIO_IMMEDIATE = 5 ;
4949
You can’t perform that action at this time.
0 commit comments