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

Jean-Noel Rouvignac
11.30.2013 c21fee916aa34ec5f3999fc0c71a19b476bf01b3
Fixed typo.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/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