mirror of
https://github.com/actions/setup-java.git
synced 2025-07-26 08:28:25 +02:00
minor refactoring
This commit is contained in:
parent
cfdcd6827b
commit
1d25bcb6a7
6 changed files with 49 additions and 114 deletions
|
@ -69,10 +69,10 @@ export class LocalDistribution extends JavaBase {
|
|||
}
|
||||
|
||||
protected async findPackageForDownload(version: semver.Range): Promise<JavaDownloadRelease> {
|
||||
throw new Error('Should not be implemented');
|
||||
throw new Error('This method should not be implemented in local file provider');
|
||||
}
|
||||
|
||||
protected async downloadTool(javaRelease: JavaDownloadRelease): Promise<JavaInstallerResults> {
|
||||
throw new Error('Should not be implemented');
|
||||
throw new Error('This method should not be implemented in local file provider');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue