diff --git a/CHANGES.md b/CHANGES.md index 14cc332..ffa77ca 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +Mon, August 22 +-------------- + + - Completes support for auto-selecting *either* a Firefox or Chrome instance, automatically + Sat, August 21 -------------- diff --git a/src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java b/src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java index e7e1884..365d466 100644 --- a/src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java +++ b/src/java/net/i2p/i2pfirefox/I2PChromiumProfileChecker.java @@ -21,6 +21,7 @@ import java.io.File; public class I2PChromiumProfileChecker { /* * Output feedback if the profile directory is valid or invalid + * * @description Output feedback if the profile directory is valid or invalid * @since 0.0.1 */