Build: Add missing @Override annotations (dep-ann lint)

This commit is contained in:
zzz
2021-12-07 15:33:41 -05:00
parent b5d7dffb08
commit 22ff40bc84
9 changed files with 14 additions and 1 deletions

View File

@@ -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;