removed deprecated usages

This commit is contained in:
Alexey Kudravtsev
2016-10-17 15:35:53 +03:00
parent f5b611b4a8
commit 46bfaec762
@@ -28,7 +28,7 @@ public interface Iconable {
@Deprecated int ICON_FLAG_OPEN = 0x0004;
@Deprecated int ICON_FLAG_CLOSED = 0x0008;
@MagicConstant(flags = {ICON_FLAG_VISIBILITY, ICON_FLAG_OPEN, ICON_FLAG_CLOSED, ICON_FLAG_READ_STATUS})
@MagicConstant(flags = {ICON_FLAG_VISIBILITY, ICON_FLAG_READ_STATUS})
@interface IconFlags {}
Icon getIcon(@IconFlags int flags);