*** empty log message ***
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java
index 9440d62..483a4bd 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java
@@ -113,12 +113,12 @@
 	 * The rule will determine the ability of the included feature to move version 

 	 * without causing the overall feature to appear broken.

 	 * 

-	 * The default is <code>MATCH_PERFECT</code>

+	 * The default is <code>RULE_PERFECT</code>

 	 * 

-	 * @see IImport#RULE_PERFECT

-	 * @see IImport#RULE_EQUIVALENT

-	 * @see IImport#RULE_COMPATIBLE

-	 * @see IImport#RULE_GREATER_OR_EQUAL

+	 * @see IUpdateConstants#RULE_PERFECT

+	 * @see IUpdateConstants#RULE_EQUIVALENT

+	 * @see IUpdateConstants#RULE_COMPATIBLE

+	 * @see IUpdateConstants#RULE_GREATER_OR_EQUAL

 	 * @return int representation of feature matching rule.

 	 * @since 2.0.2

 	 */

diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java
index a9bee34..9618593 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java
@@ -29,6 +29,7 @@
 	 * 
 	 * @param name string representation of the feature
 	 * @param isOptional <code>true</code> if the feature is optional, <code>false</code> otherwise.
+	 * @deprecated use other constructor
 	 * @since 2.0.1
 	 */
 	public IncludedFeatureReference(String name, boolean isOptional) {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java
index 8dc299c..fa45b60 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java
@@ -301,8 +301,8 @@
 	 * @return IncludedFeatureOptions

 	 */

 	public IncludedFeatureReference getOptions() {

-		return options;

-	}

+			return options;

+		}

 

 	/**

 	 * Sets the options.