diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java
index 213f715bbf061e6ad3e6b408aeb2b1f9af7396c0..5b7b5b2480b09ebd1d5c76f0154789549f196c3a 100644
--- a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java
@@ -49,7 +49,7 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
  * @author hoelzl
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating YELLOW Hash: 676ADDC72D693C4D8D63340613269441
+ * @ConQAT.Rating YELLOW Hash: 138F31EE850E5B4039B7335B3A9F57EA
  */
 public abstract class PropertySectionBase extends AbstractPropertySection {
 
@@ -148,7 +148,7 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
 	}
 
 	/** Binds a positive double value. */
-	protected void bindPositiveDouble(Control text,
+	protected void bindPositiveDoubleValue(Control text,
 			IObservableValue observedValue) {
 		bindDoubleValue(text, observedValue, NumberPositiveValidator.INSTANCE);
 	}
@@ -163,7 +163,7 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
 	}
 
 	/** Binds a positive integer value. */
-	protected void bindPositiveInteger(Control text,
+	protected void bindPositiveIntegerValue(Control text,
 			IObservableValue observedValue) {
 		bindIntegerValue(text, observedValue, NumberPositiveValidator.INSTANCE);
 	}