Merge "MergeByPushOp.Factory: Remove redundant 'static' modifier"

This commit is contained in:
Edwin Kempin 2016-06-17 06:01:43 +00:00 committed by Gerrit Code Review
commit 5785989a5b

View File

@ -53,7 +53,7 @@ public class MergedByPushOp extends BatchUpdate.Op {
private static final Logger log =
LoggerFactory.getLogger(MergedByPushOp.class);
public static interface Factory {
public interface Factory {
MergedByPushOp create(RequestScopePropagator requestScopePropagator,
PatchSet.Id psId, String refName);
}