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