Skip to content

Commit

Permalink
chore: fix javadoc error (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored Apr 3, 2024
1 parent 4deec27 commit cd12b62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

package org.eclipse.edc.identityhub.store.sql.credentials.schema.postgres;

import org.eclipse.edc.iam.verifiablecredentials.spi.model.VerifiableCredential;
import org.eclipse.edc.sql.translation.JsonFieldTranslator;
import org.eclipse.edc.util.reflection.PathItem;

Expand All @@ -23,7 +24,7 @@
import java.util.Map;

/**
* Maps the canonical format of a {@link org.eclipse.edc.identitytrust.model.VerifiableCredential} onto its JSON representation
* Maps the canonical format of a {@link VerifiableCredential} onto its JSON representation
* and generates query statements for Postgres.
*/
public class CredentialJsonMapping extends JsonFieldTranslator {
Expand Down

0 comments on commit cd12b62

Please sign in to comment.