diff options
Diffstat (limited to 'odk/examples/java/DocumentHandling/DocumentPrinter.java')
-rw-r--r-- | odk/examples/java/DocumentHandling/DocumentPrinter.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/java/DocumentHandling/DocumentPrinter.java b/odk/examples/java/DocumentHandling/DocumentPrinter.java index b94d700ed414..dfa35aedd0f4 100644 --- a/odk/examples/java/DocumentHandling/DocumentPrinter.java +++ b/odk/examples/java/DocumentHandling/DocumentPrinter.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 @@ -106,3 +107,5 @@ public class DocumentPrinter { } } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |