GerritServerId: Update comment for correct location of server Id

The server id is stored in gerrit.config, not etc/uiid

Change-Id: I2c4a9f255de8734d821d70f6c6b8ae25a308b926
This commit is contained in:
Sven Selberg
2018-04-09 10:50:17 +02:00
committed by David Pursehouse
parent 2ff422e679
commit 73c00d4716

View File

@@ -22,7 +22,8 @@ import java.lang.annotation.Retention;
/**
* Marker on a string holding a unique identifier for the server.
*
* <p>This value is generated on first use and stored in {@code $site_path/etc/uuid}.
* <p>This value is generated on first use and stored in {@code gerrit.serverId} in {@code
* gerrit.config}.
*/
@Retention(RUNTIME)
@BindingAnnotation