From 7873f9c630575eaa38622a09661b3baf10d530ed Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Mon, 19 Aug 2019 11:34:31 +0200 Subject: Fix Javadoc typo Change-Id: Id0dfdaf83440392a89e42190ac4748702a44c056 Signed-off-by: Michael Keppler --- .../equinox/internal/p2/metadata/expression/CollectionFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/CollectionFilter.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/CollectionFilter.java index a6a9c8ffd..153aa27cc 100644 --- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/CollectionFilter.java +++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/CollectionFilter.java @@ -21,7 +21,7 @@ import org.eclipse.equinox.p2.metadata.index.IIndexProvider; /** * Some kind of operation that is performed for each element of a collection. I.e. - * x.<operation>(y | <expression&rt;) + * x.<operation>(y | <expression>) */ public abstract class CollectionFilter extends Unary { public static void appendProlog(StringBuffer bld, Variable rootVariable, Expression lhs, String operator) { -- cgit v1.2.3