diff options
author | ofirm93 <ofirm93@gmail.com> | 2021-06-04 00:17:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 14:17:40 -0700 |
commit | 7c3e267e1e99ff53175d869813c077b16036b07d (patch) | |
tree | 37438a54e457e299dec6e97f4898c11e5388582e /tests/MyGame/InParentNamespaceT.java | |
parent | baaffbaeddf300a69d167f5f3e8e34013743a9b3 (diff) | |
download | flatbuffers-7c3e267e1e99ff53175d869813c077b16036b07d.tar.gz flatbuffers-7c3e267e1e99ff53175d869813c077b16036b07d.tar.bz2 flatbuffers-7c3e267e1e99ff53175d869813c077b16036b07d.zip |
[Java] ObjectAPI implementation (#6521) (#6582)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
* [Java] ObjectAPI implementation (#6521)
Diffstat (limited to 'tests/MyGame/InParentNamespaceT.java')
-rw-r--r-- | tests/MyGame/InParentNamespaceT.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/MyGame/InParentNamespaceT.java b/tests/MyGame/InParentNamespaceT.java new file mode 100644 index 00000000..36d4485d --- /dev/null +++ b/tests/MyGame/InParentNamespaceT.java @@ -0,0 +1,16 @@ +// automatically generated by the FlatBuffers compiler, do not modify + +package MyGame; + +import java.nio.*; +import java.lang.*; +import java.util.*; +import com.google.flatbuffers.*; + +public class InParentNamespaceT { + + + public InParentNamespaceT() { + } +} + |