Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-08-19 09:34:31 +0000
committerAlexander Kurtakov2019-12-12 07:45:19 +0000
commit7873f9c630575eaa38622a09661b3baf10d530ed (patch)
treeeb6ba28b7b8dab7921fdf645dcbdc9a57c544fdc
parentbf84edb7500f0ac62aeec92d7158137ccc4ed725 (diff)
downloadrt.equinox.p2-I20191215-1800.tar.gz
rt.equinox.p2-I20191215-1800.tar.xz
rt.equinox.p2-I20191215-1800.zip
Change-Id: Id0dfdaf83440392a89e42190ac4748702a44c056 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/CollectionFilter.java2
1 files changed, 1 insertions, 1 deletions
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.
- * <code>x.&lt;operation&gt;(y | &lt;expression&rt;)</code>
+ * <code>x.&lt;operation&gt;(y | &lt;expression&gt;)</code>
*/
public abstract class CollectionFilter extends Unary {
public static void appendProlog(StringBuffer bld, Variable rootVariable, Expression lhs, String operator) {

Back to the top