Merge changes Ief6bb783,Ifb255960
* changes: Organize imports SubmoduleOp: Remove unthrown exception and fix Javadoc error
This commit is contained in:
commit
00cd500b36
@ -18,7 +18,6 @@ import static com.google.common.truth.Truth.assertThat;
|
||||
import static com.google.gerrit.acceptance.GitUtil.initSsh;
|
||||
import static com.google.gerrit.extensions.api.changes.SubmittedTogetherOption.NON_VISIBLE_CHANGES;
|
||||
import static com.google.gerrit.server.group.SystemGroupBackend.REGISTERED_USERS;
|
||||
|
||||
import static org.eclipse.jgit.lib.Constants.HEAD;
|
||||
|
||||
import com.google.common.base.Function;
|
||||
@ -81,9 +80,9 @@ import com.google.gerrit.server.query.change.ChangeData;
|
||||
import com.google.gerrit.server.query.change.InternalChangeQuery;
|
||||
import com.google.gerrit.testutil.ConfigSuite;
|
||||
import com.google.gerrit.testutil.FakeEmailSender;
|
||||
import com.google.gerrit.testutil.FakeEmailSender.Message;
|
||||
import com.google.gerrit.testutil.TempFileUtil;
|
||||
import com.google.gerrit.testutil.TestNotesMigration;
|
||||
import com.google.gerrit.testutil.FakeEmailSender.Message;
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gwtorm.server.OrmException;
|
||||
import com.google.gwtorm.server.SchemaFactory;
|
||||
|
@ -15,8 +15,8 @@
|
||||
package com.google.gerrit.acceptance.rest.change;
|
||||
|
||||
import com.google.gerrit.acceptance.AbstractDaemonTest;
|
||||
import com.google.gerrit.acceptance.RestResponse;
|
||||
import com.google.gerrit.acceptance.PushOneCommit.Result;
|
||||
import com.google.gerrit.acceptance.RestResponse;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -32,7 +32,6 @@ import com.google.gerrit.server.git.MergeOpRepoManager.OpenRepo;
|
||||
import com.google.gerrit.server.project.NoSuchProjectException;
|
||||
import com.google.gerrit.server.project.ProjectCache;
|
||||
import com.google.gerrit.server.project.ProjectState;
|
||||
import com.google.gwtorm.server.OrmException;
|
||||
import com.google.inject.assistedinject.Assisted;
|
||||
import com.google.inject.assistedinject.AssistedInject;
|
||||
|
||||
@ -271,11 +270,11 @@ public class SubmoduleOp {
|
||||
|
||||
/**
|
||||
* Create a gitlink update commit on the tip of subscriber or modify the
|
||||
* {@param baseCommit} with gitlink update patch
|
||||
* baseCommit with gitlink update patch
|
||||
*/
|
||||
public CodeReviewCommit composeGitlinksCommit(
|
||||
final Branch.NameKey subscriber, RevCommit baseCommit)
|
||||
throws IOException, SubmoduleException, OrmException {
|
||||
throws IOException, SubmoduleException {
|
||||
PersonIdent author = null;
|
||||
StringBuilder msgbuf = new StringBuilder("Update git submodules\n\n");
|
||||
boolean sameAuthorForAll = true;
|
||||
|
Loading…
Reference in New Issue
Block a user