Obsolete, replaced by getImageJDir(), which, unlike this method, returns a path that ends with File.separator.
()
| 422 | /** Obsolete, replaced by getImageJDir(), which, unlike this method, |
| 423 | returns a path that ends with File.separator. */ |
| 424 | public static String getHomeDir() { |
| 425 | return ImageJDir; |
| 426 | } |
| 427 | |
| 428 | /** Returns the path, ending in File.separator, to the ImageJ directory. */ |
| 429 | public static String getImageJDir() { |
no outgoing calls
no test coverage detected