Project

General

Profile

« Previous | Next » 

Revision 9b9440a0

Added by Leszek Koltunski over 7 years ago

Remove unneeded 'statics' from the 'Check' app

View differences:

src/main/java/org/distorted/examples/check/CheckActivity.java
34 34
public class CheckActivity extends Activity
35 35
{
36 36
    private NumberPicker mVPicker, mFPicker;
37
    private static int maxV, maxF;
37
    private int maxV, maxF;
38 38
    
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////
40 40
    
......
118 118

  
119 119
///////////////////////////////////////////////////////////////////////////////////////////////////
120 120

  
121
    public static int getMaxV()
121
    public int getMaxV()
122 122
      {
123 123
      return maxV;
124 124
      }
125 125
    
126 126
///////////////////////////////////////////////////////////////////////////////////////////////////
127 127

  
128
    public static int getMaxF()
128
    public int getMaxF()
129 129
      {
130 130
      return maxF;
131 131
      }

Also available in: Unified diff