I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5c0aab41 authored by zzz's avatar zzz
Browse files

Minor fixes after review

parent 33e96d78
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public class StatSummarizer implements Runnable, ClientApp {
/**
* @return null if disabled
* @since 0.0.38
* @since 0.9.38
*/
public static StatSummarizer instance(I2PAppContext ctx) {
ClientApp app = ctx.clientAppManager().getRegisteredApp(NAME);
......@@ -99,7 +99,7 @@ public class StatSummarizer implements Runnable, ClientApp {
}
}
/** @since 0.0.38 */
/** @since 0.9.38 */
public static boolean isDisabled(I2PAppContext ctx) {
return ctx.clientAppManager().getRegisteredApp(NAME) == null;
}
......
......@@ -50,4 +50,4 @@
response.setHeader("Location", buf.toString());
// force commitment
response.getOutputStream().close();
%>
%>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment