We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a843bd commit 1b1abd8Copy full SHA for 1b1abd8
src/main/java/org/codehaus/plexus/components/io/filemappers/SuffixFileMapper.java
@@ -19,7 +19,7 @@
19
/**
20
* A file mapper, which maps by adding a suffix to the filename.
21
* If the filename contains dot, the suffix will be added before.
22
- * Example : directory/archive.tar.gz => directory/archivesuffix.tar.gz
+ * Example : {@code directory/archive.tar.gz => directory/archivesuffix.tar.gz}
23
*/
24
public class SuffixFileMapper extends AbstractFileMapper
25
{
0 commit comments