am f404d102: Merge "Fix build for some javac compilers." into jb-mr1-dev

* commit 'f404d10225a2df60eb118089f8f0e72ab5845d48':
  Fix build for some javac compilers.
This commit is contained in:
Jeff Brown
2012-08-29 17:03:14 -07:00
committed by Android Git Automerger

View File

@@ -180,7 +180,7 @@ public interface WindowManager extends ViewManager {
@ViewDebug.IntToString(from = TYPE_HIDDEN_NAV_CONSUMER, to = "TYPE_HIDDEN_NAV_CONSUMER"),
@ViewDebug.IntToString(from = TYPE_DREAM, to = "TYPE_DREAM"),
@ViewDebug.IntToString(from = TYPE_NAVIGATION_BAR_PANEL, to = "TYPE_NAVIGATION_BAR_PANEL"),
@ViewDebug.IntToString(from = TYPE_DISPLAY_OVERLAY, to = "TYPE_DISPLAY_OVERLAY"),
@ViewDebug.IntToString(from = TYPE_DISPLAY_OVERLAY, to = "TYPE_DISPLAY_OVERLAY")
})
public int type;