Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-07-14 05:50:47 +0000
committerAlexander Kurtakov2017-07-18 14:30:50 +0000
commit986b8593f5cf4c7ad7d1cb7cd8b445c11dd14ded (patch)
tree8758a630e3d446ecb0fa8718fe5046a13b62c39d
parente564d213078e2b8b6ee2b8a0e5066a45fc276c3e (diff)
downloadrt.equinox.p2-986b8593f5cf4c7ad7d1cb7cd8b445c11dd14ded.tar.gz
rt.equinox.p2-986b8593f5cf4c7ad7d1cb7cd8b445c11dd14ded.tar.xz
rt.equinox.p2-986b8593f5cf4c7ad7d1cb7cd8b445c11dd14ded.zip
Change-Id: I4d93b3c73721269d4d3c7e71350ce73201fa29a7 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java
index 6b017245d..3ddaf3413 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/VersionRange.java
@@ -271,7 +271,7 @@ public class VersionRange implements Serializable {
* an empty string.
* @throws IllegalArgumentException If <code>versionRange</code> is improperly
* formatted.
- * @since 2.3
+ * @since 2.4
*/
public static VersionRange create(String versionRange) {
VersionRange v = null;

Back to the top