GetPatch: Make FILE_NOT_FOUND static

Change-Id: I85734440cf87c88ee3fc649d812732cb9a0a53d9
This commit is contained in:
David Pursehouse
2020-02-19 17:37:17 +09:00
parent 74132a97b0
commit 4d429ef774

View File

@@ -43,7 +43,7 @@ import org.kohsuke.args4j.Option;
public class GetPatch implements RestReadView<RevisionResource> {
private final GitRepositoryManager repoManager;
private final String FILE_NOT_FOUND = "File not found: %s.";
private static final String FILE_NOT_FOUND = "File not found: %s.";
@Option(name = "--zip")
private boolean zip;