diff --git a/Documentation/pgm-MigrateAccountPatchReviewDb.txt b/Documentation/pgm-MigrateAccountPatchReviewDb.txt index e353ffdf85..a2cb53e405 100644 --- a/Documentation/pgm-MigrateAccountPatchReviewDb.txt +++ b/Documentation/pgm-MigrateAccountPatchReviewDb.txt @@ -16,7 +16,7 @@ _java_ -jar gerrit.war MigrateAccountPatchReviewDb Migrates AccountPatchReviewDb from one database backend to another. The AccountPatchReviewDb is a database used to store the user file reviewed flags. -This task is only intended to be run if the configuration parameter +This command is only intended to be run if the configuration parameter link:config-gerrit.html#accountPatchReviewDb.url[accountPatchReviewDb.url] is set or changed. @@ -24,7 +24,7 @@ To migrate AccountPatchReviewDb: * Stop Gerrit * Configure new value for link:config-gerrit.html#accountPatchReviewDb.url[accountPatchReviewDb.url] -* Migrate data using this task +* Migrate data using this command * Start Gerrit == OPTIONS diff --git a/gerrit-server/src/main/java/com/google/gerrit/server/schema/JdbcAccountPatchReviewStore.java b/gerrit-server/src/main/java/com/google/gerrit/server/schema/JdbcAccountPatchReviewStore.java index d8949ac3e3..2e2875f17d 100644 --- a/gerrit-server/src/main/java/com/google/gerrit/server/schema/JdbcAccountPatchReviewStore.java +++ b/gerrit-server/src/main/java/com/google/gerrit/server/schema/JdbcAccountPatchReviewStore.java @@ -1,4 +1,4 @@ -// Copyright (C) 2016 The Android Open Source Project +// Copyright (C) 2017 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.