GerritSimulation: Add replaceOverride javadoc tags

As these were missing before. Align with the other documented methods.

Change-Id: I605c6b5f386c89852ba63b0300a753807868ff21
This commit is contained in:
Marco Miller
2020-04-28 15:22:50 -04:00
parent c62b95c620
commit 8d14867a00

View File

@@ -103,6 +103,9 @@ class GerritSimulation extends Simulation {
* override def replaceOverride(in: String): String = {
* // Simple e.g., replaceProperty("EXTENSION_JSON_KEY", "default", in)
* </pre>
*
* @param in which string to perform the replacements.
* @return the resulting String.
*/
def replaceOverride(in: String): String = {
in