summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/DateValidator.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/DateValidator.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/DateValidator.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/DateValidator.java b/odk/examples/DevelopersGuide/Forms/DateValidator.java
index 05803e7a6704..646dfac79740 100644
--- a/odk/examples/DevelopersGuide/Forms/DateValidator.java
+++ b/odk/examples/DevelopersGuide/Forms/DateValidator.java
@@ -1,3 +1,4 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -86,3 +87,5 @@ public class DateValidator extends ControlValidator
return overallMonth == todaysOverallMonth;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */