提交 f7900f27 编写于 作者: K Kohsuke Kawaguchi

doc improvement

上级 b7475093
......@@ -47,9 +47,11 @@ import javax.annotation.Nonnull;
public abstract class VirtualFile implements Comparable<VirtualFile> {
/**
* Gets the base getName.
* Gets the base name, meaning just the last portion of the path name without any
* directories.
*
* For a “root directory” this may be the empty string.
* @return a simple getName (no slashes)
* @return a simple name (no slashes)
*/
public abstract @Nonnull String getName();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册