fix outerClassName
This commit is contained in:
parent
0423e8d922
commit
5d6556ae49
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ private:
|
||||||
std::unordered_set<uint64_t> usedImports;
|
std::unordered_set<uint64_t> usedImports;
|
||||||
bool hasInterfaces = false;
|
bool hasInterfaces = false;
|
||||||
|
|
||||||
kj::StringPtr outerClassName;
|
kj::String outerClassName;
|
||||||
|
|
||||||
kj::StringTree javaFullName(Schema schema) {
|
kj::StringTree javaFullName(Schema schema) {
|
||||||
auto node = schema.getProto();
|
auto node = schema.getProto();
|
||||||
|
|
Loading…
Reference in a new issue