X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Fconfig%2FConfig.java;h=84e5fd7dc6b4a248bb1d2bef51f18be225f90425;hb=2d8cb72e84d5cc1089ce77baf1e34ea3ea2f8465;hp=cd23dbdc724ba5c738666774a1f186c9458b6cc5;hpb=92dad5df664287acb51728e9ea599f150765d34a;p=GpsPrune.git diff --git a/tim/prune/config/Config.java b/tim/prune/config/Config.java index cd23dbd..84e5fd7 100644 --- a/tim/prune/config/Config.java +++ b/tim/prune/config/Config.java @@ -238,7 +238,9 @@ public abstract class Config return val; } - /** @return File from which config was loaded (or null) */ + /** + * @return File from which config was loaded (or null) + */ public static File getConfigFile() { return _configFile;