File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/tale/ext Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ public static List<Comments> recent_comments(int limit) {
360
360
*
361
361
* @return
362
362
*/
363
- public static List <MetaDto > categries (int limit ) {
363
+ public static List <MetaDto > categories (int limit ) {
364
364
if (null == siteService ) {
365
365
return EMPTY ;
366
366
}
@@ -372,7 +372,7 @@ public static List<MetaDto> categries(int limit) {
372
372
* @param limit
373
373
* @return
374
374
*/
375
- public static List <MetaDto > rand_categries (int limit ) {
375
+ public static List <MetaDto > rand_categories (int limit ) {
376
376
if (null == siteService ) {
377
377
return EMPTY ;
378
378
}
@@ -384,8 +384,8 @@ public static List<MetaDto> rand_categries(int limit) {
384
384
*
385
385
* @return
386
386
*/
387
- public static List <MetaDto > categries () {
388
- return categries (TaleConst .MAX_POSTS );
387
+ public static List <MetaDto > categories () {
388
+ return categories (TaleConst .MAX_POSTS );
389
389
}
390
390
391
391
/**
You can’t perform that action at this time.
0 commit comments