Skip to content

Commit

Permalink
[FIXED JENKINS-13775] String index out of range.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed May 20, 2012
1 parent cdec780 commit 5bd7f99
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -136,7 +136,9 @@ private void updateRootFolderPath(String newFolderName){
return;
}
}
// no mismatch, the rootFolderPath remains unchanged
if (newFolderPath.length < this.rootFolderPath.length) {
this.rootFolderPath = newFolderPath;
}
}
}

Expand Down

0 comments on commit 5bd7f99

Please sign in to comment.