public void responsibleChanged()

in achievements-server/src/main/java/org/jetbrains/buildserver/achievements/impl/ServerEventsAdapter.java [103:108]


  public void responsibleChanged(@NotNull SBuildType bt, @NotNull ResponsibilityEntry oldValue, @NotNull ResponsibilityEntry newValue) {
    super.responsibleChanged(bt, oldValue, newValue);

    notifyInvestigationDelegated(newValue);
    notifyInvestigationTaken(newValue);
  }