|
|
@@ -6,7 +6,6 @@ package kr.co.zumo.app.lifeplus.view.screen.category.type5;
|
|
|
import android.util.Log;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
-import java.util.Calendar;
|
|
|
import java.util.List;
|
|
|
|
|
|
import kr.co.zumo.app.lifeplus.bean.api.CategoryContentsBean;
|
|
|
@@ -72,17 +71,4 @@ public class FifthCategoryMainModel extends CategoryMainModel {
|
|
|
return contentsBeans;
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- protected void modifyContents(List<CategoryContentsBean> contentsBeans) {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- public int getWeekOfMonth() {
|
|
|
- return Calendar.getInstance().get(Calendar.WEEK_OF_MONTH);
|
|
|
- }
|
|
|
-
|
|
|
- public int getMonth() {
|
|
|
- return Calendar.getInstance().get(Calendar.MONTH);
|
|
|
- }
|
|
|
-
|
|
|
}
|