Skip to content

Commit

Permalink
Package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 26, 2017
1 parent cd9be64 commit dc8f6ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* limitations under the License.
*/

package uk.org.iay.incommon.dom.saml;
package uk.org.iay.incommon.mda.dom.saml;

import java.util.ArrayList;
import java.util.Collection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
/**
* Aggregator beans dealing with SAML metadata.
*/
package uk.org.iay.incommon.dom.saml;
package uk.org.iay.incommon.mda.dom.saml;
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
/**
* Aggregator beans for the InCommon federation.
*/
package uk.org.iay.incommon;
package uk.org.iay.incommon.mda;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

package uk.org.iay.incommon.dom.saml;
package uk.org.iay.incommon.mda.dom.saml;

import java.util.ArrayList;
import java.util.List;
Expand All @@ -12,6 +12,7 @@
import net.shibboleth.metadata.ItemId;
import net.shibboleth.metadata.dom.DOMElementItem;
import net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthority;
import uk.org.iay.incommon.mda.dom.saml.InCommonEntityOrderingStrategy;
import uk.org.ukfederation.mda.BaseDOMTest;

public class InCommonEntityOrderingStrategyTest extends BaseDOMTest {
Expand Down

0 comments on commit dc8f6ca

Please sign in to comment.