mirror of
https://github.com/corda/corda.git
synced 2025-04-12 05:40:48 +00:00
change avium.version to avian.version
This commit is contained in:
parent
243e8021ca
commit
85abd14137
@ -440,7 +440,7 @@ Java_java_lang_System_getVMProperty(Thread* t, jclass, jstring name,
|
||||
jstring r = 0;
|
||||
if (strcmp(n, "java.lang.classpath") == 0) {
|
||||
r = makeLocalReference(t, makeString(t, "%s", t->m->finder->path()));
|
||||
} else if (strcmp(n, "avium.version") == 0) {
|
||||
} else if (strcmp(n, "avian.version") == 0) {
|
||||
r = makeLocalReference(t, makeString(t, "0.0"));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user