summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-27 15:09:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-10-27 15:09:02 +0100
commitd0a8fc24b351517ff4255e93fb1c8a78391facf7 (patch)
tree3e63f8cc8da2d82337a898d0cdfd495f03095830 /jurt
parent393032d98be09be43e66604a11269da88958f297 (diff)
Fix indentation
Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/util/UrlToFileMapper.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
index 3380992af331..87b27c608109 100644
--- a/jurt/com/sun/star/lib/util/UrlToFileMapper.java
+++ b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
@@ -82,10 +82,10 @@ public final class UrlToFileMapper {
} catch (UnsupportedEncodingException e) {
throw new RuntimeException(e); // should never happen
}
- }
- }
+ }
+ }
return buf.toString();
- }
+ }
- private UrlToFileMapper() {}
+ private UrlToFileMapper() {}
}