refactor some code to fix ide warnings
This commit is contained in:
parent
be3dd8dd7e
commit
376332bed9
5 changed files with 28 additions and 28 deletions
|
|
@ -21,9 +21,9 @@ import java.security.MessageDigest;
|
|||
public class BlurTransformation extends BitmapTransformation {
|
||||
public static final float DEFAULT_BLUR_RADIUS = 5f;
|
||||
|
||||
private Context context;
|
||||
private float blurRadius;
|
||||
private int sampling;
|
||||
private final Context context;
|
||||
private final float blurRadius;
|
||||
private final int sampling;
|
||||
|
||||
private BlurTransformation(Builder builder) {
|
||||
super();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue