GUACAMOLE-579: Fix up documentation issues.

This commit is contained in:
Virtually Nick
2019-06-22 19:27:33 -04:00
parent a6601a2bfd
commit a2b3e235e0
2 changed files with 11 additions and 10 deletions

View File

@@ -23,14 +23,13 @@ import static org.junit.Assert.assertEquals;
import org.junit.Test;
/**
* Test which verifies automatic generation of LDAP-specific connection
* parameter token names.
* Test which verifies automatic generation of connection parameter token names.
*/
public class TokenNameTest {
/**
* Verifies that TokenName.canonicalize() generates token names as
* specified, regardless of the naming convention of the attribute.
* specified, regardless of the format of the provided string.
*/
@Test
public void testCanonicalize() {