Javadoc: More 0.9.61

This commit is contained in:
zzz
2023-12-14 12:03:07 -05:00
parent 198a16c76f
commit b98b86bb6a
3 changed files with 5 additions and 5 deletions

View File

@@ -864,7 +864,7 @@ class SAMv3Handler extends SAMv1Handler
_log.debug("STREAM ACCEPT failed", e);
notifyStreamResult( verbose, "TIMEOUT", e.getMessage() );
} catch (I2PSessionException e) {
// As of 0.9.60, this is thrown for a destroyed session.
// As of 0.9.61, this is thrown for a destroyed session.
// Kill the SAM session.
if (_log.shouldDebug())
_log.debug("STREAM ACCEPT failed", e);