Merge pull request #15598 from lks21c/master
Put space into last comment line
This commit is contained in:
commit
dcb164db3b
|
@ -38,7 +38,7 @@ public abstract class ActionRequest<T extends ActionRequest> extends TransportRe
|
||||||
super(request);
|
super(request);
|
||||||
// this does not set the listenerThreaded API, if needed, its up to the caller to set it
|
// this does not set the listenerThreaded API, if needed, its up to the caller to set it
|
||||||
// since most times, we actually want it to not be threaded...
|
// since most times, we actually want it to not be threaded...
|
||||||
//this.listenerThreaded = request.listenerThreaded();
|
// this.listenerThreaded = request.listenerThreaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract ActionRequestValidationException validate();
|
public abstract ActionRequestValidationException validate();
|
||||||
|
|
Loading…
Reference in New Issue