This commit is contained in:
Tejal Desai 2020-06-06 00:30:07 -07:00
parent 0f5387960e
commit 2a7d33526b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2018 Google, Inc. All rights reserved.
# Copyright 2020 Google, Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -53,7 +53,7 @@ type DockerCommand interface {
ShouldCacheOutput() bool
// ShouldDetectDeletedFiles turns true if the command could delete files.
// ShouldDetectDeletedFiles returns true if the command could delete files.
ShouldDetectDeletedFiles() bool
}