diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java')
-rw-r--r-- | odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java b/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java index 6b1dead7d8fe..73cb931b308a 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java +++ b/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.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 @@ -251,3 +252,4 @@ public class ConnectionAwareClient extends java.awt.Frame } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |