forked from I2P_Developers/i2p.i2p
Build: Add missing @Override annotations (dep-ann lint)
This commit is contained in:
@@ -342,6 +342,7 @@ public class StatSummarizer implements Runnable, ClientApp {
|
||||
}
|
||||
|
||||
/** @deprecated unused */
|
||||
@Deprecated
|
||||
public boolean renderPng(OutputStream out, String templateFilename) throws IOException {
|
||||
SummaryRenderer.render(_context, out, templateFilename);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user