spyhunter99 commented on code in PR #415: URL: https://github.com/apache/jspwiki/pull/415#discussion_r2531941935
########## jspwiki-main/src/main/java/org/apache/wiki/plugin/Counter.java: ########## @@ -38,7 +38,9 @@ Licensed to the Apache Software Foundation (ASF) under one * </ul> * * @since 1.9.30 + * @deprecated use PageViewCounter */ +@Deprecated Review Comment: easy enough to roll back. I just don't understand what the counter plugin does. was it meant as a diagnostic tool? the equivalent to system.out.println(1)...2..3.. to see how far the page rendering process got? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
