From 12705aebec13360c34cb9722a165615f121548ca Mon Sep 17 00:00:00 2001 From: Lukas Lohoff Date: Tue, 12 Nov 2024 17:21:09 +0100 Subject: [PATCH] fix: typo --- .../src/main/java/de/terrestris/shogun/lib/model/Layer.java | 2 +- .../src/main/java/de/terrestris/shogun/lib/model/User.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java index ec4e66037..db5817689 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java @@ -82,7 +82,7 @@ public class Layer extends BaseEntity { @ToString.Exclude @Schema( description = "Custom features for the layers that aren't available in the datasource. This might be used " + - "for custom draw layers or similiar. It's advised to store the features using the GeoJSON format." + "for custom draw layers or similar. It's advised to store the features using the GeoJSON format." ) private GeoJsonObject features; diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java index 6afc3614f..70feec67a 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java @@ -75,7 +75,7 @@ public class User extends BaseEntity { @ToString.Exclude @Schema( description = "The configuration of the user which should be used to define client specific aspects of " + - "the user. This may include the locale set by the user, the last application visited by the user or similiar." + "the user. This may include the locale set by the user, the last application visited by the user or similar." ) private UserClientConfig clientConfig;