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

matthew_swift
28.46.2007 0f7b82d0c35767660456cf47056e4202b72e93fb
Fix type in package declaration.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/NumSubordinatesVirtualAttributeProviderTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/NumSubordinatesVirtualAttributeProviderTestCase.java
@@ -24,7 +24,7 @@
 *
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package c;
package org.opends.server.extensions;
import org.opends.server.types.*;
import org.opends.server.TestCaseUtils;