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:
mmuller 2016-09-23 13:21:41 -07:00 committed by Ben McIlwain
parent de7fb7a202
commit 1b4e73a50f
4 changed files with 0 additions and 4 deletions

View file

@ -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.
* *

View file

@ -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.
* *

View file

@ -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.
* *

View file

@ -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.
* *