aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-79/+42
|
* Merge from google internalJisi Liu2017-10-181-30/+0
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-9/+3
|
* Integrate from internal code base.Feng Xiao2016-07-131-0/+50
|
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-0/+20
| | | | This includes all internal changes from around May 20 to now.
* Integrate google internal changes.Jisi Liu2016-03-301-49/+49
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+373
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.