mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Fix an annoying Javadoc nit
Even though the outer class is imported, a Javadoc reference to a nested class needs to be fully qualified (or imported on its own, which our style guide prohibits). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146160210
This commit is contained in:
parent
50c5f856a2
commit
7ea3db8980
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ public class DomainDeleteFlowCustomLogic extends BaseFlowCustomLogic {
|
|||
/**
|
||||
* A hook that runs before the response is returned.
|
||||
*
|
||||
* <p>This takes the {@link Result.Code} and {@link ResponseExtension}s as input and returns them,
|
||||
* potentially with modifications.
|
||||
* <p>This takes the {@link google.registry.model.eppoutput.Result.Code} and
|
||||
* {@link ResponseExtension}s as input and returns them, potentially with modifications.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public BeforeResponseReturnData beforeResponse(BeforeResponseParameters parameters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue