Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2017-01-29 12:37:28 +0000
committerPascal Rapicault2017-04-03 01:06:11 +0000
commit54d2789aa0f746c3f5a46d0c944cbd0b05ffe02b (patch)
treeaaad739f14d5a1940d1cbf900840ca3b6ac40a43
parent4033ed6c359057d98b05191f198885d0477d8219 (diff)
downloadrt.equinox.p2-54d2789aa0f746c3f5a46d0c944cbd0b05ffe02b.tar.gz
rt.equinox.p2-54d2789aa0f746c3f5a46d0c944cbd0b05ffe02b.tar.xz
rt.equinox.p2-54d2789aa0f746c3f5a46d0c944cbd0b05ffe02b.zip
Fix javadoc on return value of LocationProperties's getArtifactFactorySearchOrder()I20170405-0300I20170405-0200I20170405-0130I20170404-2000I20170404-0840I20170404-0245I20170403-2000
Change-Id: Idc31cf4e6dbc1beea5b027604d5a2a980c060dff Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/LocationProperties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/LocationProperties.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/LocationProperties.java
index 987c1dd41..5f5f0ec9f 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/LocationProperties.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/LocationProperties.java
@@ -137,7 +137,7 @@ public class LocationProperties {
*
* If {@link #END} is specified, then all other repositories should be ignored.
*
- * @return The Metadata FactoryID Search Order
+ * @return The Artifact FactoryID Search Order
*/
public String[] getArtifactFactorySearchOrder() {
return this.artifactSearchOrder;

Back to the top