LDAP-263: Moved LdapEncoder to support package to break package tangle between query, filter and core.

This commit is contained in:
Mattias Hellborg Arthursson
2013-09-23 18:00:37 +02:00
parent b141cfd4cb
commit 7134d21391
7 changed files with 7 additions and 6 deletions

View File

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