Skip to content

Commit

Permalink
chore: removes last @EdcSetting (#57)
Browse files Browse the repository at this point in the history
chore: removed last @EdcSeting
  • Loading branch information
wolf4ood authored Nov 17, 2022
1 parent 963bbd4 commit 67b4ea7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import org.eclipse.edc.identityhub.api.controller.IdentityHubController;
import org.eclipse.edc.identityhub.selfdescription.SelfDescriptionLoader;
import org.eclipse.edc.identityhub.spi.processor.MessageProcessorRegistry;
import org.eclipse.edc.runtime.metamodel.annotation.EdcSetting;
import org.eclipse.edc.runtime.metamodel.annotation.Extension;
import org.eclipse.edc.runtime.metamodel.annotation.Inject;
import org.eclipse.edc.runtime.metamodel.annotation.Setting;
import org.eclipse.edc.spi.system.ServiceExtension;
import org.eclipse.edc.spi.system.ServiceExtensionContext;
import org.eclipse.edc.transaction.spi.TransactionContext;
Expand All @@ -34,7 +34,7 @@
public class IdentityHubApiExtension implements ServiceExtension {

public static final String NAME = "Identity Hub API";
@EdcSetting
@Setting
private static final String SELF_DESCRIPTION_DOCUMENT_PATH_SETTING = "edc.self.description.document.path";
private static final String DEFAULT_SELF_DESCRIPTION_FILE_NAME = "default-self-description.json";
@Inject
Expand Down

0 comments on commit 67b4ea7

Please sign in to comment.