update changelog

Former-commit-id: ab5d73fb40
Former-commit-id: d40877116d3492f025271c2918e23afbe32d8c82
This commit is contained in:
idk
2022-08-27 13:53:14 -04:00
parent 770798fd0d
commit 15c120d865
6 changed files with 27 additions and 17 deletions

View File

@ -23,6 +23,7 @@ public class I2PChromiumProfileChecker {
* Output feedback if the profile directory is valid or invalid
*
* @description Output feedback if the profile directory is valid or invalid
* @args unused
* @since 0.0.1
*/
public static void main(String[] args) {
@ -71,10 +72,10 @@ public class I2PChromiumProfileChecker {
return true;
}
/**
* Return true if the extension directory is valid.
* Return true if the file is valid.
*
* @param extensionDirectory the extension directory to check
* @return true if the extension directory is valid, false otherwise
* @param file the file to check
* @return true if the file is valid, false otherwise
* @since 0.0.1
*/
public static boolean validateFile(String file) {