This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git
The following commit(s) were added to refs/heads/master by this push:
new c4c1538 [OLINGO-1559] Fixed type in EdmFacets.java
c4c1538 is described below
commit c4c15382b5f26bc9e955ac1b0018787cd7bd61e8
Author: johannesvietze <[email protected]>
AuthorDate: Sun Mar 6 21:32:42 2022 +0100
[OLINGO-1559] Fixed type in EdmFacets.java
typo
---
.../java/org/apache/olingo/odata2/api/annotation/edm/EdmFacets.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/odata2-lib/odata-annotation/src/main/java/org/apache/olingo/odata2/api/annotation/edm/EdmFacets.java
b/odata2-lib/odata-annotation/src/main/java/org/apache/olingo/odata2/api/annotation/edm/EdmFacets.java
index 4ad0514..2a17e22 100644
---
a/odata2-lib/odata-annotation/src/main/java/org/apache/olingo/odata2/api/annotation/edm/EdmFacets.java
+++
b/odata2-lib/odata-annotation/src/main/java/org/apache/olingo/odata2/api/annotation/edm/EdmFacets.java
@@ -24,7 +24,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
- * <p>Annotation for definition of EdmFactes on an EdmProperty (for an
EdmEntityType or EdmComplexType
+ * <p>Annotation for definition of EdmFacets on an EdmProperty (for an
EdmEntityType or EdmComplexType
* which contains the EdmProperty as a field).</p>
*/
@Retention(RetentionPolicy.RUNTIME)