This is an automated email from the ASF dual-hosted git repository.
jhm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-props.git
The following commit(s) were added to refs/heads/master by this push:
new bef9a17 Fix Javadoc as it breaks the build
bef9a17 is described below
commit bef9a17cda546aa65e1a135e7a3d9fa0b2146158
Author: Jan MatÚrne <[email protected]>
AuthorDate: Fri Aug 14 10:23:49 2020 +0200
Fix Javadoc as it breaks the build
---
src/main/org/apache/ant/props/LogicalOperationEvaluator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/org/apache/ant/props/LogicalOperationEvaluator.java
b/src/main/org/apache/ant/props/LogicalOperationEvaluator.java
index 0666666..ccfafdd 100644
--- a/src/main/org/apache/ant/props/LogicalOperationEvaluator.java
+++ b/src/main/org/apache/ant/props/LogicalOperationEvaluator.java
@@ -23,7 +23,7 @@ import org.apache.tools.ant.PropertyHelper.PropertyEvaluator;
/**
* {@link PropertyEvaluator} that processes combinations of <code>!</code>,
- * <code>&</code> (<code>+</code> is also accepted for XML ease-of-use),
+ * <code>&</code> (<code>+</code> is also accepted for XML ease-of-use),
* <code>^</code> (XOR), and <code>|</code>, in descending priority.
* Probably only useful when used with {@link NestedPropertyExpander} which,
when
* taken in conjunction with {@link ConditionTypeEvaluator}, will resolve
nested