juanpablo-santos commented on code in PR #415: URL: https://github.com/apache/jspwiki/pull/415#discussion_r2532060873
########## 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: Yes, it's more a Hello World plugin than anything, although perhaps it could be used (at least I'd use it) if have a large page, and want to number different sections, which don't have to correspond to a markdown list (like chapters or sections inside the same page). FWIW, it's documented at https://jspwiki-wiki.apache.org/Wiki.jsp?page=Counter Pointing to PageViewCounter is the thing that catched my eye more than anything. -- 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]
