File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shogun-lib/src/main/java/de/terrestris/shogun/lib/model Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public class Layer extends BaseEntity {
8282 @ ToString .Exclude
8383 @ Schema (
8484 description = "Custom features for the layers that aren't available in the datasource. This might be used " +
85- "for custom draw layers or similiar . It's advised to store the features using the GeoJSON format."
85+ "for custom draw layers or similar . It's advised to store the features using the GeoJSON format."
8686 )
8787 private GeoJsonObject features ;
8888
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public class User<T> extends BaseEntity {
7575 @ ToString .Exclude
7676 @ Schema (
7777 description = "The configuration of the user which should be used to define client specific aspects of " +
78- "the user. This may include the locale set by the user, the last application visited by the user or similiar ."
78+ "the user. This may include the locale set by the user, the last application visited by the user or similar ."
7979 )
8080 private UserClientConfig clientConfig ;
8181
You can’t perform that action at this time.
0 commit comments