[ntcore] Replace "ValueListenerPoller" with "NetworkTableListenerPoller" in docs (#7328)

This commit is contained in:
truher
2024-11-05 08:49:03 -08:00
committed by GitHub
parent 3fd33b1f72
commit ad09d73dd6
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ package edu.wpi.first.networktables;
/**
* Subscribe to multiple topics based on one or more topic name prefixes. Can be used in combination
* with ValueListenerPoller to listen for value changes across all matching topics.
* with NetworkTableListenerPoller to listen for value changes across all matching topics.
*/
public final class MultiSubscriber implements AutoCloseable {
/**

View File

@@ -14,8 +14,8 @@ namespace nt {
/**
* Subscribe to multiple topics based on one or more topic name prefixes. Can be
* used in combination with ValueListenerPoller to listen for value changes
* across all matching topics.
* used in combination with NetworkTableListenerPoller to listen for value
* changes across all matching topics.
*/
class MultiSubscriber final {
public: