This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new bb60b28e Use Javadoc @code
bb60b28e is described below
commit bb60b28edd8ce8c67f8c2c278855e08421e40f23
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 29 14:45:08 2024 -0400
Use Javadoc @code
---
.../commons/vfs2/provider/sftp/AbstractSftpProviderTestCase.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/AbstractSftpProviderTestCase.java
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/AbstractSftpProviderTestCase.java
index ed8b2c30..dd1577f1 100644
---
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/AbstractSftpProviderTestCase.java
+++
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/AbstractSftpProviderTestCase.java
@@ -258,9 +258,9 @@ abstract class AbstractSftpProviderTestCase extends
AbstractProviderTestConfig {
/**
* The command factory for the SSH server: Handles these commands
* <p>
- * <li><code>id -u</code> (permissions test)</li>
- * <li><code>id -G</code> (permission tests)</li>
- * <li><code>nc -q 0 localhost port</code> (Stream proxy tests)</li>
+ * <li>{@code id -u} (permissions test)</li>
+ * <li>{@code id -G} (permission tests)</li>
+ * <li>{@code nc -q 0 localhost port} (Stream proxy tests)</li>
* </p>
*/
private static class TestCommandFactory extends ScpCommandFactory {