public WidgetContentController()

in server/src/org/jetbrains/teamcity/widgets/WidgetContentController.java [30:36]


  public WidgetContentController(@NotNull AuthorizationInterceptor auth,
                                 @NotNull WebControllerManager web,
                                 @NotNull PluginDescriptor pluginDescriptor,
                                 @NotNull String pagesContentUrlBase) {
    super(auth, web, pagesContentUrlBase);
    this.pluginDescriptor = pluginDescriptor;
  }