mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
Prepended com.google to the Java namespace.
Bug: 16507831 Change-Id: I5beee18f63f174e425dc1ab395807b578d5f9477 Tested: on Linux.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package flatbuffers;
|
||||
package com.google.flatbuffers;
|
||||
|
||||
// Class that holds shared constants.
|
||||
|
||||
4
java/flatbuffers/FlatBufferBuilder.java → java/com/google/flatbuffers/FlatBufferBuilder.java
Executable file → Normal file
4
java/flatbuffers/FlatBufferBuilder.java → java/com/google/flatbuffers/FlatBufferBuilder.java
Executable file → Normal file
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package flatbuffers;
|
||||
package com.google.flatbuffers;
|
||||
|
||||
import static flatbuffers.Constants.*;
|
||||
import static com.google.flatbuffers.Constants.*;
|
||||
import java.util.Arrays;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.ByteOrder;
|
||||
2
java/flatbuffers/Struct.java → java/com/google/flatbuffers/Struct.java
Executable file → Normal file
2
java/flatbuffers/Struct.java → java/com/google/flatbuffers/Struct.java
Executable file → Normal file
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package flatbuffers;
|
||||
package com.google.flatbuffers;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
4
java/flatbuffers/Table.java → java/com/google/flatbuffers/Table.java
Executable file → Normal file
4
java/flatbuffers/Table.java → java/com/google/flatbuffers/Table.java
Executable file → Normal file
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package flatbuffers;
|
||||
package com.google.flatbuffers;
|
||||
|
||||
import static flatbuffers.Constants.*;
|
||||
import static com.google.flatbuffers.Constants.*;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.charset.Charset;
|
||||
|
||||
Reference in New Issue
Block a user