mirror of
https://github.com/google/nomulus.git
synced 2025-05-23 04:39:35 +02: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:
parent
177bf4a5f1
commit
ab6e7b177a
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
public <T> T cloneObject(
|
||||||
T object) throws Exception {
|
T object) throws Exception {
|
||||||
ByteArrayOutputStream bout = new ByteArrayOutputStream();
|
ByteArrayOutputStream bout = new ByteArrayOutputStream();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue