protected void configure()

in src/main/java/com/googlesource/gerrit/plugins/messageoftheday/HttpModule.java [24:27]


  protected void configure() {
    DynamicSet.bind(binder(), WebUiPlugin.class)
        .toInstance(new JavaScriptPlugin("gr-messageoftheday.js"));
  }