mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1510962 - remove unnecessary 'final' declaration r=geckoview-reviewers,m_kato
Differential Revision: https://phabricator.services.mozilla.com/D184063
This commit is contained in:
parent
0ffb4aa274
commit
b47c5a6453
@ -34,7 +34,7 @@ public enum GeckoProcessType {
|
||||
}
|
||||
|
||||
@WrapForJNI
|
||||
private static final GeckoProcessType fromInt(final int type) {
|
||||
private static GeckoProcessType fromInt(final int type) {
|
||||
return values()[type];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user