[ntcore] Fix up constants renames (#8693)

Takes care of a few renames missed in #8676.
This commit is contained in:
Joseph Eng
2026-03-19 23:35:59 -07:00
committed by GitHub
parent 0665aed66b
commit 8af6bd354e
11 changed files with 28 additions and 27 deletions

View File

@@ -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
*/

View File

@@ -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