public ViewTermsOfServiceController()

in termsOfService-server/src/main/java/jetbrains/buildServer/termsOfService/ViewTermsOfServiceController.java [28:34]


    public ViewTermsOfServiceController(@NotNull WebControllerManager webControllerManager,
                                        @NotNull PluginDescriptor descriptor,
                                        @NotNull TermsOfServiceManager manager) {
        myManager = manager;
        webControllerManager.registerController(PATH, this);
        myResourcesPath = descriptor.getPluginResourcesPath();
    }