[Libreoffice-commits] core.git: jurt/com
Stephan Bergmann
sbergman at redhat.com
Mon Oct 27 07:09:42 PDT 2014
jurt/com/sun/star/lib/util/UrlToFileMapper.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d0a8fc24b351517ff4255e93fb1c8a78391facf7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 27 15:09:02 2014 +0100
Fix indentation
Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b
diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
index 3380992..87b27c6 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() {}
}
More information about the Libreoffice-commits
mailing list