Skip to content

Commit

Permalink
Correct Javadoc to allow new version install (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Apr 23, 2018
1 parent 1c991d7 commit ecb4253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface ResponseProcessorFactory {
*
* @param apiRequest The current request
* @param responseEmitter Generates the response to be processed
* @param druidResponseParser Transforms a druid response into a {@link ResultSet}
* @param druidResponseParser Transforms a druid response into a {@link com.yahoo.bard.webservice.data.ResultSet}
* @param objectMappers Dictates how to format
* @param httpResponseMaker Crafts an HTTP response to be sent back to the user from a ResultSet or error message
*
Expand Down

0 comments on commit ecb4253

Please sign in to comment.