Fix a comment nit (can't @link to a generic type)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=147731422
This commit is contained in:
cgoldfeder 2017-02-16 09:50:04 -08:00 committed by Ben McIlwain
parent 177bf4a5f1
commit ab6e7b177a

View file

@ -197,7 +197,7 @@ public class RdeDomainReaderTest {
}
}
/** Creates a deep copy of the {@link T} */
/** Creates a deep copy of the {@code T} */
public <T> T cloneObject(
T object) throws Exception {
ByteArrayOutputStream bout = new ByteArrayOutputStream();