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:
committed by
David Pursehouse
parent
2ff422e679
commit
73c00d4716
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user