Make Android Studio happy (make State public)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=160638478
This commit is contained in:
olly 2017-06-30 06:05:42 -07:00 committed by Oliver Woodman
parent 177a33bbee
commit 51b98e817c

View File

@ -42,7 +42,7 @@ public interface DrmSession<T extends ExoMediaCrypto> {
*/
@Retention(RetentionPolicy.SOURCE)
@IntDef({STATE_RELEASED, STATE_ERROR, STATE_OPENING, STATE_OPENED, STATE_OPENED_WITH_KEYS})
@interface State {}
public @interface State {}
/**
* The session has been released.
*/