mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Fix copy/paste javadoc erroc
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132875203
This commit is contained in:
parent
9dffd64dc7
commit
d7443f2eee
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ public abstract class EppException extends Exception {
|
|||
}
|
||||
}
|
||||
|
||||
/** Specified protocol version is not implemented. */
|
||||
/** Command failed. */
|
||||
@EppResultCode(Code.CommandFailed)
|
||||
public static class CommandFailedException extends EppException {
|
||||
public CommandFailedException() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue