Skip to content
Snippets Groups Projects
Commit 08688851 authored by Simon Barner's avatar Simon Barner
Browse files

- Fix warnings by removing reference to getTextPostConvertValidator() in class...

- Fix warnings by removing reference to getTextPostConvertValidator() in class comment. Method has been removed in r10818.
parent 69d724c3
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* editor. The binding is created using {@link DataBindingUtils} and the
* information provided by sub-classes in the abstract methods.
* <P>
* Decoration is in effect if either {@link #getTextValidator(Object)} or
* {@link #getTextPostConvertValidator()} returns a non-null {@link IValidator}.
* Decoration is in effect if either {@link #getTextValidator(Object)} returns a non-null
* {@link IValidator}.
*
* @author hoelzl
* @author $Author$
......
......@@ -39,8 +39,8 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* editor. The binding is created using {@link DataBindingUtils} and the
* information provided by sub-classes in the abstract methods.
* <P>
* Decoration is in effect if either {@link #getTextValidator(Object)} or
* {@link #getTextPostConvertValidator()} returns a non-null {@link IValidator}.
* Decoration is in effect if either {@link #getTextValidator(Object)} returns a non-null
* {@link IValidator}.
*
* @author hoelzl
* @author $Author: mou $
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment