This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new e45dfc20f1f CAUSEWAY-3859: typo
e45dfc20f1f is described below
commit e45dfc20f1f0304d0cd797d46d8f3dd2fef05932
Author: Andi Huber <[email protected]>
AuthorDate: Tue Feb 25 15:34:53 2025 +0100
CAUSEWAY-3859: typo
---
.../causeway/viewer/commons/model/components/UiComponentFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/components/UiComponentFactory.java
b/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/components/UiComponentFactory.java
index b8dd2b06b15..caa1f691d2d 100644
---
a/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/components/UiComponentFactory.java
+++
b/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/components/UiComponentFactory.java
@@ -44,7 +44,7 @@ public interface UiComponentFactory<B, C> {
LabelAndPosition<C> labelFor(UiComponentFactory.ComponentRequest request);
public record LabelAndPosition<T>(
- @NonNull LabelPosition labelPositio,
+ @NonNull LabelPosition labelPosition,
@NonNull T uiLabel) {
}