소스 검색

Property needs to be static

Sebastián Katzer 12 년 전
부모
커밋
271f999e06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/android/LocalNotificationReceiver.java

+ 1 - 1
src/android/LocalNotificationReceiver.java

@@ -34,7 +34,7 @@ import android.os.Bundle;
  */
 public class LocalNotificationReceiver extends BroadcastReceiver {
 
-	public final String OPTIONS = "LOCAL_NOTIFICATION_OPTIONS";
+	public static final String OPTIONS = "LOCAL_NOTIFICATION_OPTIONS";
 
 	private Context context;
 	private LocalNotificationOptions options;