Merge pull request #707 from dushmis/master

typo
This commit is contained in:
Jesse Wilson 2015-09-27 10:51:25 -04:00
commit 9b6a381202

View File

@ -122,7 +122,7 @@ public final class ConstructorConstructor {
/** /**
* Constructors for common interface types like Map and List and their * Constructors for common interface types like Map and List and their
* subytpes. * subtypes.
*/ */
@SuppressWarnings("unchecked") // use runtime checks to guarantee that 'T' is what it is @SuppressWarnings("unchecked") // use runtime checks to guarantee that 'T' is what it is
private <T> ObjectConstructor<T> newDefaultImplementationConstructor( private <T> ObjectConstructor<T> newDefaultImplementationConstructor(