X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2FInstance.java;h=fdd73b8d12cd306bd8727cf9fbbae153363139a3;hp=33c65e003aeddc21a7f70e36b342b123a9e6f5ac;hb=39c3c6896743a3b6e375d51499036bb32f752114;hpb=6e06d2cc9bf068a8ec4ad105aaef955a6eb509a1 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() {