Skip to content

Commit

Permalink
Refactors package name
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
  • Loading branch information
mdanish98 committed Dec 11, 2023
1 parent 784d864 commit c4ce2d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SPDX-License-Identifier: MIT
******************************************************************************/

package org.eclipse.digitaltwin.basyx.aasrepository.feature.registry.integration;
package org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization;

import java.io.IOException;
import java.net.URISyntaxException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SPDX-License-Identifier: MIT
******************************************************************************/

package org.eclipse.digitaltwin.basyx.aasrepository.feature.registry.integration;
package org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization;

import org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization.AuthorizedAasRepository;
import org.junit.internal.TextListener;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SPDX-License-Identifier: MIT
******************************************************************************/

package org.eclipse.digitaltwin.basyx.aasrepository.feature.registry.integration;
package org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization;

import static org.junit.Assert.assertEquals;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SPDX-License-Identifier: MIT
******************************************************************************/

package org.eclipse.digitaltwin.basyx.aasrepository.feature.registry.integration;
package org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization;

/**
* Dummy model for credential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SPDX-License-Identifier: MIT
******************************************************************************/

package org.eclipse.digitaltwin.basyx.aasrepository.feature.registry.integration;
package org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization;

/**
* Dummy store for holding test {@link DummyCredential}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
package org.eclipse.digitaltwin.basyx.aasrepository.component;

import org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization.AuthorizedAasRepository;
import org.eclipse.digitaltwin.basyx.aasrepository.feature.registry.integration.AuthorizedAasRepositoryTestSuite;
import org.eclipse.digitaltwin.basyx.aasrepository.feature.authorization.AuthorizedAasRepositoryTestSuite;

/**
* Integration test for the {@link AuthorizedAasRepository}
Expand Down

0 comments on commit c4ce2d1

Please sign in to comment.