Skip to content

Commit

Permalink
javadoc fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Oct 17, 2023
1 parent f3e371b commit b2d1401
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public class ExternalSegment extends RowBasedSegment<InputRow>
/**
* @param inputSource {@link InputSource} that the segment is a representation of
* @param reader reader to read the external input source
* @param inputStats input stats * @param warningCounters warning counters tracking the warnings generated while reading the external source
* @param inputStats input stats
* @param warningCounters warning counters tracking the warnings generated while reading the external source
* @param warningPublisher publisher to report the warnings generated
* @param channelCounters channel counters to increment as we read through the files/units of the external source
* @param signature signature of the external source
Expand Down

0 comments on commit b2d1401

Please sign in to comment.