Skip to content

Commit

Permalink
remove something
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsust committed Apr 17, 2017
1 parent ad8b33f commit ee70b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moreapp/src/main/java/com/example/moreapp/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class App{

public RequestQueue requestQueue;
private static App Instance;
private static App nstance;
public static Context context;


Expand All @@ -25,7 +25,7 @@ public static Context getContext(){
}

public static synchronized App getInstance() {
return Instance;
return nstance;
}

public RequestQueue getRequestQueue(){
Expand Down

0 comments on commit ee70b40

Please sign in to comment.