Skip to content

Commit

Permalink
Update Javadoc for blurAlgorithm setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Apr 4, 2017
1 parent 55e3a29 commit 76270d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public ControllerSettings blurRadius(float radius) {

/**
* @param algorithm sets the blur algorithm
* Default implementation uses {@link RenderScriptBlur}
* Default implementation uses {@link NoOpBlurAlgorithm}
* @return ControllerSettings
*/
public ControllerSettings blurAlgorithm(BlurAlgorithm algorithm) {
Expand Down

0 comments on commit 76270d8

Please sign in to comment.