GetPatch: Make FILE_NOT_FOUND static
Change-Id: I85734440cf87c88ee3fc649d812732cb9a0a53d9
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user