refactored client package name to something sensible

pull/59/head
Justin Richer 2012-03-16 17:07:49 -04:00
parent 8263ce0dd5
commit 626779b58e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package org.mitre.client;
package org.mitre.openid.connect.client;
import java.io.IOException;
import java.io.UnsupportedEncodingException;

View File

@ -1,4 +1,4 @@
package org.mitre.client;
package org.mitre.openid.connect.client;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.security.authentication.AuthenticationProvider;