Skip to content

Commit e8cd49e

Browse files
committed
Update XStreamAlias
1 parent fd1075b commit e8cd49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/edu/wpi/grip/core/sources/NetworkTableEntrySource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Provides a way to get a {@link Types Type} from a NetworkTable that GRIP is connected to.
2727
*/
28-
@XStreamAlias("grip:NetworkTableValue")
28+
@XStreamAlias("grip:NetworkTableEntry")
2929
public class NetworkTableEntrySource extends Source {
3030

3131
private static final String PATH_PROPERTY = "networktable_path";

0 commit comments

Comments
 (0)