summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/util/UrlToFileMapper.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/lib/util/UrlToFileMapper.java')
-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() {}
}