Mercurial > dive4elements > framework
changeset 582:0d492fc47869 3.2.x
Avoid deprecated API
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 17 Jan 2023 14:21:14 +0100 |
parents | d41cdb5a386b |
children | 0135bf3bd92b |
files | artifact-database/src/main/java/org/dive4elements/artifactdatabase/rest/RestApp.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/artifact-database/src/main/java/org/dive4elements/artifactdatabase/rest/RestApp.java Tue Jan 17 14:20:29 2023 +0100 +++ b/artifact-database/src/main/java/org/dive4elements/artifactdatabase/rest/RestApp.java Tue Jan 17 14:21:14 2023 +0100 @@ -19,7 +19,7 @@ import org.restlet.routing.Router; /** - * This is the core REST application that binds the serveral resources + * This is the core REST application that binds the several resources * used to manage the artifact database to the HTTP server provided * by the Restlet framework. * @@ -61,7 +61,7 @@ * @return The root of the URL tree exposed by the HTTP server. */ @Override - public Restlet createRoot() { + public Restlet createInboundRoot() { Context context = getContext();