aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/main/java/com/google/protobuf/ExtensionRegistry.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-107/+77
|
* Integrated internal changes from GoogleAdam Cozzette2016-11-171-1/+0
|
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-3/+8
| | | | This includes all internal changes from around May 20 to now.
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+392
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.