Skip to content

Commit

Permalink
chore: correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-reuter committed Jun 7, 2024
1 parent bb81a28 commit a3665a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
/**
* Represents metadata associated with an EDR
*/
public class
EndpointDataReferenceEntry extends Entity {
public class EndpointDataReferenceEntry extends Entity {

public static final String SIMPLE_TYPE = "EndpointDataReferenceEntry";
public static final String EDR_ENTRY_TYPE = EDC_NAMESPACE + SIMPLE_TYPE;
Expand Down Expand Up @@ -114,6 +113,7 @@ public Builder self() {
return this;
}

@Override
public EndpointDataReferenceEntry build() {
super.build();
requireNonNull(entity.assetId, ASSET_ID);
Expand Down

0 comments on commit a3665a5

Please sign in to comment.