aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/main/java/com/google/protobuf/WireFormat.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-89/+98
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-2/+4
|
* Integrate internal changesBo Yang2016-10-101-0/+4
|
* Down integrate from Google internal.Jisi Liu2016-04-281-4/+15
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+245
protobuf/java will become a parent pom that will contain two modules: core - contains all of the code for the protobuf-java artifact util - contains all of the code for the protobuf-java-util artifact Also cleaned up various Maven warnings.