Skip to content

Commit

Permalink
chore(quality): [eclipse-tractusx#841] reorder constants based on vis…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
dsmf committed Jul 29, 2024
1 parent c6e39e1 commit c57477c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
@Jacksonized
@Schema(description = "Tombstone with information about request failure")
public class Tombstone {
private static final NodeType NODE_TYPE = NodeType.TOMBSTONE;

public static final int CATENA_X_ID_LENGTH = 45;

private static final NodeType NODE_TYPE = NodeType.TOMBSTONE;

@Schema(description = "CATENA-X global asset id in the format urn:uuid:uuid4.",
example = "urn:uuid:6c311d29-5753-46d4-b32c-19b918ea93b0", minLength = CATENA_X_ID_LENGTH,
maxLength = CATENA_X_ID_LENGTH,
Expand Down

0 comments on commit c57477c

Please sign in to comment.