mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix PortForwarder package declaration (#1912)
This commit is contained in:
committed by
Peter Johnson
parent
2271570860
commit
d6ac6e512b
@@ -5,10 +5,12 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
package edu.wpi.first.wpiutil;
|
||||
package edu.wpi.first.wpiutil.net;
|
||||
|
||||
import edu.wpi.first.wpiutil.WPIUtilJNI;
|
||||
|
||||
/**
|
||||
* Forward ports to another host. This is primarily useful for accessing
|
||||
* Forward ports to another host. This is primarily useful for accessing
|
||||
* Ethernet-connected devices from a computer tethered to the RoboRIO USB port.
|
||||
*/
|
||||
public final class PortForwarder {
|
||||
|
||||
Reference in New Issue
Block a user