summaryrefslogtreecommitdiffstats
path: root/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/lib/uno/protocols/urp/Cache.java')
-rw-r--r--jurt/com/sun/star/lib/uno/protocols/urp/Cache.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java b/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java
index 544a06406648..26c2d449d617 100644
--- a/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java
+++ b/jurt/com/sun/star/lib/uno/protocols/urp/Cache.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.
*
@@ -109,3 +110,5 @@ final class Cache {
private Entry first = null;
private Entry last = null;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */