Skip to content

Commit

Permalink
Fix method description
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianloose committed Feb 3, 2025
1 parent 5165c2d commit c458fd4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ public IrisLectureIngestionSubSettings update(IrisLectureIngestionSubSettings cu
* If the new settings are null, the current settings will be deleted (except if the parent settings are null == if the settings are global).
* Special notes:
*
* @param currentSettings Current Lecture Ingestion sub settings.
* @param newSettings Updated Lecture Ingestion sub settings.
* @param parentSettings Parent Lecture Ingestion sub settings.
* @param currentSettings Current Lecture Chat sub settings.
* @param newSettings Updated Lecture Chat sub settings.
* @param parentSettings Parent Lecture Chat sub settings.
* @param settingsType Type of the settings the sub settings belong to.
* @return Updated Lecture Ingestion sub settings.
* @return Updated Lecture Chat sub settings.
*/
public IrisLectureChatSubSettings update(IrisLectureChatSubSettings currentSettings, IrisLectureChatSubSettings newSettings,
IrisCombinedLectureChatSubSettingsDTO parentSettings, IrisSettingsType settingsType) {
Expand Down

0 comments on commit c458fd4

Please sign in to comment.