Skip to content

Commit

Permalink
[JENKINS-44657] Noting when #2932 was merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 28, 2017
1 parent 6bf676d commit 6a4d800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/Util.java
Expand Up @@ -573,7 +573,7 @@ public static boolean isRelativePath(String path) {
* @param potentialChild the path to check
* @return true if so
* @throws IOException for invalid paths
* @since FIXME
* @since 2.80
* @see InvalidPathException
*/
public static boolean isDescendant(File forParent, File potentialChild) throws IOException {
Expand Down

0 comments on commit 6a4d800

Please sign in to comment.