constructor needs to be in public scope

Former-commit-id: ab88dc722b
Former-commit-id: 93402e2b6f1910b5b90f14ead15cf5fce419e818
This commit is contained in:
idk
2022-08-07 21:28:56 -04:00
parent 9dae3c539f
commit 2cdd5b0588
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ public class I2PFirefox {
*
* @since 0.0.1
*/
I2PFirefox() {
public I2PFirefox() {
for (String path : FIREFOX_SEARCH_PATHS) {
File f = new File(path);
if (f.exists()) {