diff --git a/core/java/src/net/i2p/I2PAppContext.java b/core/java/src/net/i2p/I2PAppContext.java index e7527c3d1..69e443cfa 100644 --- a/core/java/src/net/i2p/I2PAppContext.java +++ b/core/java/src/net/i2p/I2PAppContext.java @@ -705,6 +705,9 @@ public class I2PAppContext { * There is absolutely no good reason to make this context specific, * other than for consistency, and perhaps later we'll want to * include some stats. + * + * DEPRECATED - non-standard and used only by SSU. + * To be moved from context to SSU. */ public HMACGenerator hmac() { if (!_hmacInitialized)