aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/main/java/com/google/protobuf/AbstractMessage.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-121/+79
|
* Down-integrate from google3.Feng Xiao2018-08-081-5/+1
|
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-0/+10
|
* Merge from google internalJisi Liu2017-10-181-2/+5
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-10/+17
|
* Down-integrate from google3.Feng Xiao2017-03-291-2/+2
|
* Update AbstractMessage.javagoorov2017-01-131-1/+1
| | | Apply review's comments.
* Update AbstractMessage.javagoorov2017-01-121-1/+4
| | | Method Builder#clone() has been changed to bypass Java 1.6 compiler issue.
* Include javadoc/source in Java release packages.Feng Xiao2016-07-181-1/+1
| | | | | | Also fixed javadoc errors. [ci skip]
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-6/+6
|
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-1/+94
| | | | This includes all internal changes from around May 20 to now.
* Down integrate from Google internal.Jisi Liu2016-04-281-14/+34
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+533
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.