Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Oct 3, 2017
1 parent 8859773 commit 70b6758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ public List<FsImageProto.INodeSection.INode> getFileINodesInDirectory(String pat
* Returns the INode of a directory, file or symlink for the specified path.
*
* @param path the path of the inode.
* @return the INode found.
* @throws IOException on error.
*/
public FsImageProto.INodeSection.INode getINodeFromPath(String path) throws IOException {
Expand Down Expand Up @@ -489,6 +490,7 @@ public List<String> getChildPaths(String path) throws IOException {
*
* @param path the directory path - must exist, or a java.util.NoSuchElementException will be thrown.
* @return true, if child inodes exist.
* @throws IOException on error.
*/
public boolean hasChildren(String path) throws IOException {
final long rootNodeId = lookup(path);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private IECBinary() {
/**
* Formats as IEC binary, rounding fractions.
* <p>
* Example: 1024 => 1 KiB
* Example: 1024 =&gt; 1 KiB
*
* @param numericalValue the numerical value
* @return the formatted value
Expand Down

0 comments on commit 70b6758

Please sign in to comment.