mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
11.30.2013 c74b5128aaec3a76e7e09b01069e66b5d2f7015c
Fixed typo.
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java 4 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java
@@ -31,8 +31,8 @@
import org.opends.server.schema.OIDSyntax;
/**
 * Holds in-memory constants representing the AttributeTypes. This allow not
 * starting the whole server for simple unit tests.
 * Holds in-memory constants representing the AttributeTypes. This allows to not
 * start the whole server for simple unit tests.
 */
@SuppressWarnings("javadoc")
public interface AttributeTypeConstants