Skip to content

Commit 99df6b7

Browse files
committed
fixed typos in Javadoc
1 parent 38da75e commit 99df6b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/org/codehaus/plexus/archiver/Archiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ ResourceIterator getResources()
366366
void setDuplicateBehavior( String duplicate );
367367

368368
/**
369-
* to use or not the jvm method for file permissions : user all <b>not active for group permissions</b>
369+
* to use or not the jvm method for file permissions: user all <b>not active for group permissions</b>
370370
*
371371
* @since 1.1
372372
* @param useJvmChmod

src/main/java/org/codehaus/plexus/archiver/UnArchiver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void extract()
3333
throws ArchiverException;
3434

3535
/**
36-
* Take a patch into the archive and extract it to the specified directory.
36+
* Take a path into the archive and extract it to the specified directory.
3737
*
3838
* @param path Path inside the archive to be extracted.
3939
* @param outputDirectory Directory to extract to.
@@ -85,7 +85,7 @@ void extract( String path, File outputDirectory )
8585
FileSelector[] getFileSelectors();
8686

8787
/**
88-
* to use or not the jvm method for file permissions : user all <b>not active for group permissions</b>
88+
* to use or not the jvm method for file permissions: user all <b>not active for group permissions</b>
8989
*
9090
* @since 1.1
9191
* @param useJvmChmod

0 commit comments

Comments
 (0)