Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2017-01-28 12:46:11 +0000
committerStefan Xenos2017-02-08 20:10:39 +0000
commitf4840c39262adaaefd6832b6ad7c3aec7b14e3f8 (patch)
treecaa58752e3b0ee3160cc1369bd7f7de2a7f887eb
parente91df1a8adcba0b6ddfe39ce0ceb579421be38c2 (diff)
downloadrt.equinox.p2-f4840c39262adaaefd6832b6ad7c3aec7b14e3f8.tar.gz
rt.equinox.p2-f4840c39262adaaefd6832b6ad7c3aec7b14e3f8.tar.xz
rt.equinox.p2-f4840c39262adaaefd6832b6ad7c3aec7b14e3f8.zip
Change-Id: I7dac259e9aa983ffff73bf96c31befd0080f6245 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.java4
1 files changed, 2 insertions, 2 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 4e23b38a0..987c1dd41 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
@@ -122,7 +122,7 @@ public class LocationProperties {
* guaranteed to return a value for all location property files >= to Version 1.0
* For all other Versions, this method will return an empty string array
*
- * If END (!) is specified, then all other repositories should be ignored.
+ * If {@link #END} is specified, then all other repositories should be ignored.
*
* @return The Metadata FactoryID Search Order
*/
@@ -135,7 +135,7 @@ public class LocationProperties {
* guaranteed to return a value for all location property files >= to Version 1.0
* For all other Versions, this method will return an empty string array
*
- * If END (!) is specified, then all other repositories should be ignored.
+ * If {@link #END} is specified, then all other repositories should be ignored.
*
* @return The Metadata FactoryID Search Order
*/

Back to the top