opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/SubResourceSingleton.java
@@ -13,6 +13,7 @@ * * Copyright 2016 ForgeRock AS. * Portions Copyright 2017 Rosie Applications, Inc. * Portions Copyright 2026 3A Systems, LLC. */ package org.forgerock.opendj.rest2ldap; @@ -135,6 +136,7 @@ return router; } @Override Promise<RoutingContext, ResourceException> route(final Context context) { return newResultPromise(newRoutingContext(context, dnFrom(context), resource)); }