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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user