Moved some test classes to the correct packages.

This commit is contained in:
Ulrik Sandberg
2007-04-29 15:51:46 +00:00
parent a31b60aaeb
commit d00304c7a1
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ldap.support;
package org.springframework.ldap.core;
import org.springframework.ldap.BadLdapGrammarException;
import org.springframework.ldap.core.LdapEncoder;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.ldap.support;
package org.springframework.ldap.core.support;
import javax.naming.NamingException;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.ldap.support;
package org.springframework.ldap.core.support;
import javax.naming.directory.SearchResult;