Yuta HIGUCHI

remove Hazelcast based net store package info

Change-Id: Ie4562e3dfcb1df1c27115b196f6f63037b0a48a7
/**
* Implementation of device store using Hazelcast distributed structures.
*/
package org.onlab.onos.store.device.impl;
/**
* Implementation of flow store using Hazelcast distributed structures.
*/
package org.onlab.onos.store.flow.impl;
/**
* Implementation of host store using Hazelcast distributed structures.
*/
package org.onlab.onos.store.host.impl;
/**
* Implementation of link store using Hazelcast distributed structures.
*/
package org.onlab.onos.store.link.impl;
/**
* Implementation of topology store using Hazelcast distributed structures.
*/
package org.onlab.onos.store.topology.impl;