Skip to content

Commit

Permalink
Removed 1 TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesDuboisSAP committed Aug 23, 2024
1 parent 5f03c6f commit e79ca8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
@RequiredArgsConstructor(access = AccessLevel.NONE)
@NoArgsConstructor
@Setter // TODO: package private
@Setter(AccessLevel.PACKAGE)
@Accessors(chain = true)
// D extends StreamedDelta but Java generics, oddly enough, use extends for interfaces
public class OpenAiStream<D extends StreamedDelta, T extends DeltaAggregatable<D>>
Expand Down

0 comments on commit e79ca8e

Please sign in to comment.