X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=Instance.java;h=d0d1c84ab7643b65b34a91859a1b75ca59533091;hp=f48d05b7d4cd84994eeb7e5e238018e99317afbd;hb=4ce96da3c4e3d16764d64efdbc546cb14020ce7b;hpb=598196006967b6ea4da21e7236fa21f51a9af12b diff --git a/Instance.java b/Instance.java index f48d05b..d0d1c84 100644 --- a/Instance.java +++ b/Instance.java @@ -48,8 +48,19 @@ public class Instance { /** * Initialise the instance -- if already initialised, nothing will happen. *

- * Before calling this method, you may call {@link Bundles#setDirectory(String)} - * if wanted. + * Before calling this method, you may call + * {@link Bundles#setDirectory(String)} if wanted. + *

+ * Note that this method will honour some environment variables, the 3 most + * important ones probably being: + *

*/ static public void init() { init(false); @@ -465,7 +476,6 @@ public class Instance { BasicLibrary lib = null; boolean useRemote = config.getBoolean(Config.REMOTE_LIBRARY_ENABLED, false); - if (useRemote) { String host = null; int port = -1;