Unified license related files name (#733)

Change-Id: I0f9fcc0120c33408765485a8aab7c60b876a27c0
This commit is contained in:
Linary 2019-11-05 14:07:42 +08:00 committed by zhoney
parent 712c313b44
commit c19fbea2de
7 changed files with 5 additions and 6 deletions

View File

@ -511,7 +511,7 @@ public class GraphIndexTransaction extends AbstractTransaction {
Set<Id> ids = InsertionOrderUtil.newSet();
Iterator<BackendEntry> entries = super.query(query).iterator();
while(entries.hasNext()) {
while (entries.hasNext()) {
HugeIndex index = this.serializer.readIndex(graph(), query,
entries.next());
ids.addAll(index.elementIds());

View File

@ -134,6 +134,6 @@ public class InitStore {
throw e;
}
break;
} while(retries-- > 0);
} while (retries-- > 0);
}
}

View File

@ -1,7 +1,7 @@
{
"subject": "hugegraph-evaluation",
"subject": "hugegraph-license",
"public_alias": "publiccert",
"store_password": "803b6cc3-d144-47e8-948f-ec8b39c8881e",
"publickey_path": "/publicCerts.store",
"license_path": "conf/hugegraph-evaluation.license"
"publickey_path": "/public-certs.store",
"license_path": "conf/hugegraph-community.license"
}

View File

@ -241,7 +241,6 @@ public class Example1 {
try {
tx.rollback();
} catch (BackendException e2) {
// TODO Auto-generated catch block
e2.printStackTrace();
}
} finally {