Changed package name

This commit is contained in:
nathan 2020-08-15 13:26:58 +02:00
parent 4d0a1c9259
commit 22f80497ef
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package dorkbox.network.store
package dorkbox.network.storage
import dorkbox.util.storage.StorageKey

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package dorkbox.network.store
package dorkbox.network.storage
import dorkbox.network.serialization.NetworkSerializationManager
import dorkbox.util.exceptions.SecurityException

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package dorkbox.network.store
package dorkbox.network.storage
import dorkbox.network.connection.CryptoManagement
import dorkbox.network.serialization.NetworkSerializationManager

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package dorkbox.network.store
package dorkbox.network.storage
import dorkbox.network.serialization.NetworkSerializationManager
import dorkbox.util.exceptions.SecurityException