1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

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();