Fixing pmd:RedundantFieldInitializer - Redundant Field Initializer.
This commit is contained in:
parent
25a776cc93
commit
dd2398efad
17 changed files with 45 additions and 45 deletions
|
|
@ -9,7 +9,7 @@ import android.graphics.drawable.Drawable;
|
|||
|
||||
public class ProgressDrawable extends Drawable
|
||||
{
|
||||
private float mProgress = 0.0f;
|
||||
private float mProgress;
|
||||
private int mBackgroundColor, mForegroundColor;
|
||||
|
||||
public ProgressDrawable(Context context, int background, int foreground) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue