Convert plain text in javadoc to a link

Change-Id: I7dac259e9aa983ffff73bf96c31befd0080f6245
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
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 4e23b38..987c1dd 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 @@
 	 * 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 @@
 	 * 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
 	 */