File tree 2 files changed +2
-2
lines changed
shogun-lib/src/main/java/de/terrestris/shogun/lib/model
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 {
82
82
@ ToString .Exclude
83
83
@ Schema (
84
84
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."
86
86
)
87
87
private GeoJsonObject features ;
88
88
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public class User<T> extends BaseEntity {
75
75
@ ToString .Exclude
76
76
@ Schema (
77
77
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 ."
79
79
)
80
80
private UserClientConfig clientConfig ;
81
81
You can’t perform that action at this time.
0 commit comments