Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
codestream committed Feb 15, 2014
1 parent 6ebc972 commit 03d3e8b
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -2,6 +2,9 @@

import android.app.Application;

/**
* Created by 1 on 15.02.14.
*/
public class ScrumBoardApplication extends Application {

/**
Expand All @@ -16,7 +19,5 @@ public class ScrumBoardApplication extends Application {
@Override
public void onCreate() {
super.onCreate();


}
}

0 comments on commit 03d3e8b

Please sign in to comment.