mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[ntcore] Fix up constants renames (#8693)
Takes care of a few renames missed in #8676.
This commit is contained in:
@@ -20,7 +20,7 @@ public interface GenericSubscriber extends Subscriber, Supplier<NetworkTableValu
|
||||
|
||||
/**
|
||||
* Get the last published value.
|
||||
* If no value has been published, returns a value with type NetworkTableType.kUnassigned.
|
||||
* If no value has been published, returns a value with type NetworkTableType.UNASSIGNED.
|
||||
*
|
||||
* @return value
|
||||
*/
|
||||
|
||||
@@ -117,7 +117,7 @@ public final class NetworkTableEntry implements Publisher, Subscriber {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the entry's value. Returns a value with type NetworkTableType.kUnassigned if the value
|
||||
* Gets the entry's value. Returns a value with type NetworkTableType.UNASSIGNED if the value
|
||||
* does not exist.
|
||||
*
|
||||
* @return the entry's value
|
||||
|
||||
Reference in New Issue
Block a user