mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
de7fb7a202
commit
1b4e73a50f
4 changed files with 0 additions and 4 deletions
|
@ -43,7 +43,6 @@ import google.registry.model.reporting.HistoryEntry;
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
import org.joda.time.Duration;
|
import org.joda.time.Duration;
|
||||||
|
|
||||||
/**
|
|
||||||
/**
|
/**
|
||||||
* An EPP flow that deletes a contact.
|
* An EPP flow that deletes a contact.
|
||||||
*
|
*
|
||||||
|
|
|
@ -42,7 +42,6 @@ import google.registry.model.transfer.TransferData;
|
||||||
import google.registry.model.transfer.TransferStatus;
|
import google.registry.model.transfer.TransferStatus;
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
|
|
||||||
/**
|
|
||||||
/**
|
/**
|
||||||
* An EPP flow that approves a pending transfer on a contact.
|
* 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 google.registry.model.transfer.TransferStatus;
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
|
|
||||||
/**
|
|
||||||
/**
|
/**
|
||||||
* An EPP flow that cancels a pending transfer on a contact.
|
* 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.DateTime;
|
||||||
import org.joda.time.Duration;
|
import org.joda.time.Duration;
|
||||||
|
|
||||||
/**
|
|
||||||
/**
|
/**
|
||||||
* An EPP flow that requests a transfer on a contact.
|
* An EPP flow that requests a transfer on a contact.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue