Remove redundant 'final' modifier from private native methods
Change-Id: I882e520dcbbd5ccead63e347b9d176ff11a59b6a
This commit is contained in:
@@ -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];
|
||||
}-*/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user