Marked PageRouter as depcreated, will be replaced with PagesController

pull/10/head
Jens Pelzetter 2021-11-09 20:12:18 +01:00
parent 25dc4be82f
commit b44c29bc6c
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ import static org.librecms.pages.PagesConstants.*;
* *
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a> * @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
*/ */
@Deprecated // to be replaced by PagesController
@RequestScoped @RequestScoped
@Path("/") @Path("/")
public class PagesRouter { public class PagesRouter {