Skip to content

Commit 725113c

Browse files
committed
JavaDoc linting
1 parent 2056663 commit 725113c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/io/factorhouse/kpow/StreamsRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public StreamsRegistry(Properties props, MetricFilter metricsFilter) {
168168
* Must include essential properties like {@code bootstrap.servers}.
169169
* @param metricsFilter the {@link MetricFilter} to customize which metrics are reported.
170170
* Use {@link MetricFilter#defaultMetricFilter()} for default behavior.
171-
* @param metricsFilter the {@link TargetProduct} specifies which Factor House product should receive the agent's metrics.
171+
* @param targetProduct the {@link TargetProduct} specifies which Factor House product should receive the agent's metrics.
172172
* @throws IllegalArgumentException if the provided {@code props} are invalid or incomplete.
173173
*/
174174
public StreamsRegistry(Properties props, MetricFilter metricsFilter, TargetProduct targetProduct) {

0 commit comments

Comments
 (0)