Minor: remove accidentally forgotten Deprecated annotation

This commit is contained in:
Zalim Bashorov
2015-11-03 15:03:41 +03:00
parent 04fed203e4
commit 1eb9bf2592
@@ -30,7 +30,6 @@ interface LocationInfo {
}
public enum class NoLookupLocation : LookupLocation {
@Deprecated("Use more suitable constant if possible")
FROM_IDE,
FROM_BACKEND,
FROM_TEST,