Skip to content

Commit

Permalink
fix: remove unneeded visible field
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch authored and mholthausen committed Jun 1, 2023
1 parent 1ad6bba commit 75d3ae9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,5 @@ public class DefaultLayerPropertyConfig implements Serializable {
)
private String displayName;

@Schema(
description = "Whether the attribute should be shown or not.",
example = "true"
)
private boolean visible = true;
}

0 comments on commit 75d3ae9

Please sign in to comment.