aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/test/java/com/google/protobuf/LazyStringArrayListTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-31/+31
|
* Suppress the last unchecked warning.Jisi Liu2017-03-101-0/+1
| | | | | | Likely to be java language issue. Varargs are considered arrays, thus using generic with varargs will cause unchecked warning about generic array creation.
* Integrate internal changesBo Yang2016-10-101-2/+1
|
* Integrate from internal code base.Feng Xiao2016-07-131-1/+2
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+362
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.