Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
a7fd2002
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a7fd2002
编写于
10月 07, 2013
作者:
A
alanb
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8025983: Typo in Javadoc of Files.isRegularFile()
Reviewed-by: mchung, chegar
上级
e069207a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
4 deletion
+4
-4
src/share/classes/java/nio/file/Files.java
src/share/classes/java/nio/file/Files.java
+3
-3
src/share/classes/java/nio/file/Path.java
src/share/classes/java/nio/file/Path.java
+1
-1
未找到文件。
src/share/classes/java/nio/file/Files.java
浏览文件 @
a7fd2002
...
@@ -2128,7 +2128,7 @@ public final class Files {
...
@@ -2128,7 +2128,7 @@ public final class Files {
/**
/**
* Tests whether a file is a symbolic link.
* Tests whether a file is a symbolic link.
*
*
* <p> Where i
s it
required to distinguish an I/O exception from the case
* <p> Where i
t is
required to distinguish an I/O exception from the case
* that the file is not a symbolic link then the file attributes can be
* that the file is not a symbolic link then the file attributes can be
* read with the {@link #readAttributes(Path,Class,LinkOption[])
* read with the {@link #readAttributes(Path,Class,LinkOption[])
* readAttributes} method and the file type tested with the {@link
* readAttributes} method and the file type tested with the {@link
...
@@ -2164,7 +2164,7 @@ public final class Files {
...
@@ -2164,7 +2164,7 @@ public final class Files {
* of the link is read. If the option {@link LinkOption#NOFOLLOW_LINKS
* of the link is read. If the option {@link LinkOption#NOFOLLOW_LINKS
* NOFOLLOW_LINKS} is present then symbolic links are not followed.
* NOFOLLOW_LINKS} is present then symbolic links are not followed.
*
*
* <p> Where i
s it
required to distinguish an I/O exception from the case
* <p> Where i
t is
required to distinguish an I/O exception from the case
* that the file is not a directory then the file attributes can be
* that the file is not a directory then the file attributes can be
* read with the {@link #readAttributes(Path,Class,LinkOption[])
* read with the {@link #readAttributes(Path,Class,LinkOption[])
* readAttributes} method and the file type tested with the {@link
* readAttributes} method and the file type tested with the {@link
...
@@ -2201,7 +2201,7 @@ public final class Files {
...
@@ -2201,7 +2201,7 @@ public final class Files {
* of the link is read. If the option {@link LinkOption#NOFOLLOW_LINKS
* of the link is read. If the option {@link LinkOption#NOFOLLOW_LINKS
* NOFOLLOW_LINKS} is present then symbolic links are not followed.
* NOFOLLOW_LINKS} is present then symbolic links are not followed.
*
*
* <p> Where i
s it
required to distinguish an I/O exception from the case
* <p> Where i
t is
required to distinguish an I/O exception from the case
* that the file is not a regular file then the file attributes can be
* that the file is not a regular file then the file attributes can be
* read with the {@link #readAttributes(Path,Class,LinkOption[])
* read with the {@link #readAttributes(Path,Class,LinkOption[])
* readAttributes} method and the file type tested with the {@link
* readAttributes} method and the file type tested with the {@link
...
...
src/share/classes/java/nio/file/Path.java
浏览文件 @
a7fd2002
...
@@ -315,7 +315,7 @@ public interface Path
...
@@ -315,7 +315,7 @@ public interface Path
* and parent directory. In such file systems all occurrences of "{@code .}"
* and parent directory. In such file systems all occurrences of "{@code .}"
* are considered redundant. If a "{@code ..}" is preceded by a
* are considered redundant. If a "{@code ..}" is preceded by a
* non-"{@code ..}" name then both names are considered redundant (the
* non-"{@code ..}" name then both names are considered redundant (the
* process to identify such names is repeated until i
s it
no longer
* process to identify such names is repeated until i
t is
no longer
* applicable).
* applicable).
*
*
* <p> This method does not access the file system; the path may not locate
* <p> This method does not access the file system; the path may not locate
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录