GerritSimulation: Add replaceOverride javadoc tags
As these were missing before. Align with the other documented methods. Change-Id: I605c6b5f386c89852ba63b0300a753807868ff21
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user