summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/GridFieldValidator.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/GridFieldValidator.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java b/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
index 2a3d92466923..8bf0aef634c5 100644
--- a/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
+++ b/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
@@ -1,3 +1,4 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -169,3 +170,5 @@ class GridFieldValidator implements XUpdateListener
// not interested in
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */