fixing up data store stuff

This commit is contained in:
Grant Limberg 2015-05-23 18:29:16 -07:00
parent 5c2aaad365
commit 6e998efd15
3 changed files with 9 additions and 6 deletions

View file

@ -38,7 +38,7 @@ public interface VirtualNetworkFrameListener {
* @param vlanId
* @param frameData data to send
*/
void onVirtualNetworkFrame(
public void onVirtualNetworkFrame(
long nwid,
long srcMac,
long destMac,