Remove redundant 'final' modifier from private native methods

Change-Id: I882e520dcbbd5ccead63e347b9d176ff11a59b6a
This commit is contained in:
David Pursehouse
2016-04-12 10:10:07 +09:00
parent b9e1788b69
commit dfcc5cd451
43 changed files with 129 additions and 129 deletions

View File

@@ -46,7 +46,7 @@ public class RevisionGlue {
}
}
private static final native JavaScriptObject get(String id) /*-{
private static native JavaScriptObject get(String id) /*-{
return $wnd.Gerrit.revision_actions[id];
}-*/;