Fixed a missing import.

This commit is contained in:
Paul Speed 2015-04-26 03:10:47 -04:00
parent 96dab5f561
commit 7bea2cc9c7

View File

@ -31,6 +31,8 @@
*/ */
package com.jme3.network; package com.jme3.network;
import com.jme3.network.service.ClientServiceManager;
/** /**
* Represents a remote connection to a server that can be used * Represents a remote connection to a server that can be used