We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1075b commit e8cd49eCopy full SHA for e8cd49e
core/src/main/java/edu/wpi/grip/core/sources/NetworkTableEntrySource.java
@@ -25,7 +25,7 @@
25
/**
26
* Provides a way to get a {@link Types Type} from a NetworkTable that GRIP is connected to.
27
*/
28
-@XStreamAlias("grip:NetworkTableValue")
+@XStreamAlias("grip:NetworkTableEntry")
29
public class NetworkTableEntrySource extends Source {
30
31
private static final String PATH_PROPERTY = "networktable_path";
0 commit comments