mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-31 13:15:26 +00:00
8149903: Fix other Extern
Reviewed-by: darcy
This commit is contained in:
parent
bd2fa9abe6
commit
68fd352eb8
@ -261,8 +261,8 @@ public class Extern {
|
||||
try {
|
||||
if (file.exists() && file.canRead()) {
|
||||
boolean pathIsRelative =
|
||||
!DocFile.createFileForInput(configuration, path).isAbsolute()
|
||||
&& !isUrl(path);
|
||||
!isUrl(path)
|
||||
&& !DocFile.createFileForInput(configuration, path).isAbsolute();
|
||||
readPackageList(file.openInputStream(), path, pathIsRelative);
|
||||
} else {
|
||||
throw new Fault(configuration.getText("doclet.File_error", file.getPath()), null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user