Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2019-02-20 19:52:20 +0000
committerMykola Nikishov2019-04-09 05:48:37 +0000
commit10ce5e7146d69b0bcf8526e0ef7dda2b1598a32a (patch)
tree17453d0aba3ac6710653ff2684de00c94d53e7ba
parent27bbfde63c239995d72025d915aaaebc3e705eaa (diff)
downloadrt.equinox.p2-10ce5e7146d69b0bcf8526e0ef7dda2b1598a32a.tar.gz
rt.equinox.p2-10ce5e7146d69b0bcf8526e0ef7dda2b1598a32a.tar.xz
rt.equinox.p2-10ce5e7146d69b0bcf8526e0ef7dda2b1598a32a.zip
matchinClass -> matchingClass Change-Id: I00c1f3250005397b10732f5c7e8510da4fe7d732 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java
index 0a484b945..90ea341e1 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java
@@ -464,7 +464,7 @@ public class QueryUtil {
}
/**
- * Creates a query that will limit the result to instances of the <code>matchinClass</code>. The
+ * Creates a query that will limit the result to instances of the <code>matchingClass</code>. The
* <code>expression</code> is expected to use all candidates as input.
* @param matchingClass The class used as discriminator for the result
* @param expression The query expression
@@ -477,7 +477,7 @@ public class QueryUtil {
/**
* Parses the <code>expression</code> and creates a query that will limit the result
- * to instances of the <code>matchinClass</code>. The <code>expression</code> is expected
+ * to instances of the <code>matchingClass</code>. The <code>expression</code> is expected
* to use all candidates as input.
* @param matchingClass The class used as discriminator for the result
* @param expression The query expression

Back to the top