Skip to content

Commit 1b1abd8

Browse files
committed
Fix JavaDoc
1 parent 6a843bd commit 1b1abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/components/io/filemappers/SuffixFileMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* A file mapper, which maps by adding a suffix to the filename.
2121
* If the filename contains dot, the suffix will be added before.
22-
* Example : directory/archive.tar.gz => directory/archivesuffix.tar.gz
22+
* Example : {@code directory/archive.tar.gz => directory/archivesuffix.tar.gz}
2323
*/
2424
public class SuffixFileMapper extends AbstractFileMapper
2525
{

0 commit comments

Comments
 (0)