Comment the DailySudokuActivity

This commit is contained in:
ErikWaegerle 2020-08-10 19:59:34 +02:00
parent f6948f8aeb
commit 798c970e3f

View file

@ -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 {