Skip to content

Commit f404d10

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Fix build for some javac compilers." into jb-mr1-dev
2 parents 5a05f2b + 29d8d26 commit f404d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/WindowManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static class LayoutParams extends ViewGroup.LayoutParams
180180
@ViewDebug.IntToString(from = TYPE_HIDDEN_NAV_CONSUMER, to = "TYPE_HIDDEN_NAV_CONSUMER"),
181181
@ViewDebug.IntToString(from = TYPE_DREAM, to = "TYPE_DREAM"),
182182
@ViewDebug.IntToString(from = TYPE_NAVIGATION_BAR_PANEL, to = "TYPE_NAVIGATION_BAR_PANEL"),
183-
@ViewDebug.IntToString(from = TYPE_DISPLAY_OVERLAY, to = "TYPE_DISPLAY_OVERLAY"),
183+
@ViewDebug.IntToString(from = TYPE_DISPLAY_OVERLAY, to = "TYPE_DISPLAY_OVERLAY")
184184
})
185185
public int type;
186186

0 commit comments

Comments
 (0)