From e3133d88d7e681f60342f8d7e6c2c113fea6c897 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 28 Sep 2012 18:42:17 +0000 Subject: [PATCH] javadoc --- core/java/src/net/i2p/I2PAppContext.java | 3 +++ 1 file changed, 3 insertions(+) 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)