Skip to content

Commit

Permalink
Spelling fix in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 29, 2021
1 parent f9b92c7 commit 3d57235
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ private void renameAndDeleteDir(Path srcDir, String destDirName) {
* Populate the local mirror of the git client plugin repository.
* Returns path to the local mirror directory.
*
* @return path to the local mirrror directory
* @return path to the local mirror directory
* @throws IOException on I/O error
* @throws InterruptedException when execption is interrupted
* @throws InterruptedException when exception is interrupted
*/
String localMirror() throws IOException, InterruptedException {
File base = new File(".").getAbsoluteFile();
Expand Down

0 comments on commit 3d57235

Please sign in to comment.