Files
gerrit/java/com
Edwin Kempin 6396a05778 Say in accounts REST API module where the gpgkeys REST endpoints are bound
The com.google.gerrit.server.restapi.account.Module class binds all
acoount REST endpoints except the gpgkeys REST endpoints. Readers of the
com.google.gerrit.server.restapi.account.Module class may not except
that there is another class that binds additional account REST
endpoints. Add a comment that makes them aware that the gpgkeys REST
endpoints are bound somewhere else (change Idbab00a52 moved the gpgkeys
REST endpoints into an own module).

Change-Id: Ic48c65069f78d9614292d40ae476a646af754fbd
Signed-off-by: Edwin Kempin <ekempin@google.com>
2018-06-29 16:03:41 +02:00
..