Merge pull request #15598 from lks21c/master

Put space into last comment line
This commit is contained in:
Simon Willnauer 2015-12-28 15:41:10 +01:00
commit dcb164db3b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public abstract class ActionRequest<T extends ActionRequest> extends TransportRe
super(request);
// 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...
//this.listenerThreaded = request.listenerThreaded();
// this.listenerThreaded = request.listenerThreaded();
}
public abstract ActionRequestValidationException validate();