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; ...@@ -37,8 +37,8 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* editor. The binding is created using {@link DataBindingUtils} and the * editor. The binding is created using {@link DataBindingUtils} and the
* information provided by sub-classes in the abstract methods. * information provided by sub-classes in the abstract methods.
* <P> * <P>
* Decoration is in effect if either {@link #getTextValidator(Object)} or * Decoration is in effect if either {@link #getTextValidator(Object)} returns a non-null
* {@link #getTextPostConvertValidator()} returns a non-null {@link IValidator}. * {@link IValidator}.
* *
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
......
...@@ -39,8 +39,8 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils; ...@@ -39,8 +39,8 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* editor. The binding is created using {@link DataBindingUtils} and the * editor. The binding is created using {@link DataBindingUtils} and the
* information provided by sub-classes in the abstract methods. * information provided by sub-classes in the abstract methods.
* <P> * <P>
* Decoration is in effect if either {@link #getTextValidator(Object)} or * Decoration is in effect if either {@link #getTextValidator(Object)} returns a non-null
* {@link #getTextPostConvertValidator()} returns a non-null {@link IValidator}. * {@link IValidator}.
* *
* @author hoelzl * @author hoelzl
* @author $Author: mou $ * @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