commit | 7ac15456d9ca981c5063710688104e97ccc7ad50 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Thu Oct 16 09:20:57 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Thu Oct 16 09:20:57 2014 -0700 |
tree | 538296ee3c9fc72719564d833be5839f3f011e87 | |
parent | 403ffcd5d6cfb50a03837dbf5f3b7b22188921c2 [diff] |
package info for distributed HostStore Change-Id: Ib8850346b65ec8a18e03a773264f0dad54184eb8
diff --git a/core/store/dist/src/main/java/org/onlab/onos/store/host/impl/package-info.java b/core/store/dist/src/main/java/org/onlab/onos/store/host/impl/package-info.java new file mode 100644 index 0000000..72a4ce4 --- /dev/null +++ b/core/store/dist/src/main/java/org/onlab/onos/store/host/impl/package-info.java
@@ -0,0 +1,4 @@ +/** + * Implementation of host store using distributed p2p synchronization protocol. + */ +package org.onlab.onos.store.host.impl;