This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new c0274efbe1 CAUSEWAY-3686: minor: java-doc fix
c0274efbe1 is described below
commit c0274efbe15d1a409a815edbd211cf1b2e17ac16
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 8 15:49:02 2024 +0100
CAUSEWAY-3686: minor: java-doc fix
---
.../main/java/org/apache/causeway/core/metamodel/consent/Consent.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/consent/Consent.java
b/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/consent/Consent.java
index 391180a5b6..cb817b3491 100644
---
a/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/consent/Consent.java
+++
b/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/consent/Consent.java
@@ -119,7 +119,7 @@ public interface Consent {
* <br>
* {@code Pi ৹ Pe := Pe}<br>
* {@code Pi ৹ S(e) := Pi}<br>
- * {@code Pe ৹ S(e) := Pi}<br>
+ * {@code Pe ৹ S(e) := Pe}<br>
* In other words: winner picking is driven by <i>origin</i> first and
<i>nature</i> second.
*/
public VetoReason reduce(final VetoReason other) {