Fix PortForwarder package declaration (#1912)

This commit is contained in:
Thad House
2019-09-30 15:13:09 -07:00
committed by Peter Johnson
parent 2271570860
commit d6ac6e512b

View File

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