Comment the DailySudokuActivity
This commit is contained in:
parent
f6948f8aeb
commit
798c970e3f
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ import java.util.Calendar;
|
|||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
|
||||
/**
|
||||
*The DailySudokuActivity is an activity that extends the AppCompatActivity.
|
||||
*The activity is responsible for the logic of the DailySudoku.
|
||||
*DailySudoku is a game mode where every day a different Sudoku is created for the user
|
||||
*/
|
||||
|
||||
|
||||
public class DailySudokuActivity<Database> extends AppCompatActivity {
|
||||
|
||||
|
|
Loading…
Reference in a new issue