Prepended com.google to the Java namespace.

Bug: 16507831
Change-Id: I5beee18f63f174e425dc1ab395807b578d5f9477
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2014-09-15 17:45:15 -07:00
parent 0a549e3875
commit c01c77a7f2
9 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package flatbuffers;
package com.google.flatbuffers;
// Class that holds shared constants.

View 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;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package flatbuffers;
package com.google.flatbuffers;
import java.nio.ByteBuffer;

View 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;