Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2024-05-18 00:05:59 +00:00
parent 593f856fd1
commit dc291d4213
2 changed files with 3 additions and 3 deletions
@@ -424,11 +424,11 @@ public class EditRepoOption implements Serializable {
}
/**
* enable prune - remove obsolete remote-tracking references
* enable prune - remove obsolete remote-tracking references when mirroring
*
* @return enablePrune
*/
@Schema(description = "enable prune - remove obsolete remote-tracking references")
@Schema(description = "enable prune - remove obsolete remote-tracking references when mirroring")
public Boolean isEnablePrune() {
return enablePrune;
}