Fix copy/paste javadoc erroc

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132875203
This commit is contained in:
cgoldfeder 2016-09-12 08:08:32 -07:00 committed by Ben McIlwain
parent 9dffd64dc7
commit d7443f2eee

View file

@ -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() {