Skip to content

Commit

Permalink
marked fields as private
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Nov 3, 2015
1 parent 261831c commit 8fb4839
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
*/
public class MainActivity extends Activity {

MapView mMapView;
WMSLayer wmsLayer;
String wmsURL;
private MapView mMapView;
private WMSLayer wmsLayer;
private String wmsURL;

@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down

0 comments on commit 8fb4839

Please sign in to comment.