X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2FInstance.java;h=fdd73b8d12cd306bd8727cf9fbbae153363139a3;hb=b2612f9dcd0a37f4ec22fcabe55390280e06daf2;hp=33c65e003aeddc21a7f70e36b342b123a9e6f5ac;hpb=2284842831ea46e89b97dd22b6e294caad361f30;p=nikiroo-utils.git diff --git a/src/be/nikiroo/fanfix/Instance.java b/src/be/nikiroo/fanfix/Instance.java index 33c65e0..fdd73b8 100644 --- a/src/be/nikiroo/fanfix/Instance.java +++ b/src/be/nikiroo/fanfix/Instance.java @@ -38,7 +38,7 @@ public class Instance { configDir = new File(System.getProperty("user.home"), ".fanfix") .getPath(); } - + if (configDir != null) { if (!new File(configDir).exists()) { new File(configDir).mkdirs(); @@ -149,7 +149,7 @@ public class Instance { /** * Get the (unique) {link StringIdBundle} for the program. - * + * * @return the {link StringIdBundle} */ public static StringIdBundle getTrans() {