mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Fix duplicate '/**' at the beginning of class javadocs
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134109886
This commit is contained in:
@@ -43,7 +43,6 @@ import google.registry.model.reporting.HistoryEntry;
|
||||
import javax.inject.Inject;
|
||||
import org.joda.time.Duration;
|
||||
|
||||
/**
|
||||
/**
|
||||
* An EPP flow that deletes a contact.
|
||||
*
|
||||
|
||||
@@ -42,7 +42,6 @@ import google.registry.model.transfer.TransferData;
|
||||
import google.registry.model.transfer.TransferStatus;
|
||||
import javax.inject.Inject;
|
||||
|
||||
/**
|
||||
/**
|
||||
* An EPP flow that approves a pending transfer on a contact.
|
||||
*
|
||||
|
||||
@@ -42,7 +42,6 @@ import google.registry.model.transfer.TransferData;
|
||||
import google.registry.model.transfer.TransferStatus;
|
||||
import javax.inject.Inject;
|
||||
|
||||
/**
|
||||
/**
|
||||
* An EPP flow that cancels a pending transfer on a contact.
|
||||
*
|
||||
|
||||
@@ -47,7 +47,6 @@ import javax.inject.Inject;
|
||||
import org.joda.time.DateTime;
|
||||
import org.joda.time.Duration;
|
||||
|
||||
/**
|
||||
/**
|
||||
* An EPP flow that requests a transfer on a contact.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user