Add Javadoc

This commit is contained in:
stephlag 2014-06-04 17:18:25 +02:00
parent 50e42265ef
commit b5c9d8c98b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.elasticsearch.transport.TransportResponse;
import java.io.IOException; import java.io.IOException;
/** /**
* * Base class for responses to action requests.
*/ */
public abstract class ActionResponse extends TransportResponse { public abstract class ActionResponse extends TransportResponse {