summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/Forms/ControlValidator.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/ControlValidator.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/ControlValidator.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/ControlValidator.java b/odk/examples/DevelopersGuide/Forms/ControlValidator.java
index a626aba4ee41..a298776526fd 100644
--- a/odk/examples/DevelopersGuide/Forms/ControlValidator.java
+++ b/odk/examples/DevelopersGuide/Forms/ControlValidator.java
@@ -16,10 +16,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-/** base class for components validating the content of form controls
- *
- * @author fs@openoffice.org
- */
+// base class for components validating the content of form controls
+
public abstract class ControlValidator implements com.sun.star.form.validation.XValidator
{