Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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