1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 15:43:52 +00: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:
cgoldfeder
2017-01-31 13:44:35 -08:00
committed by Ben McIlwain
parent 50c5f856a2
commit 7ea3db8980

View File

@@ -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)