|
60 | 60 | *
|
61 | 61 | * @author <a href="http://88250.b3log.org">Liang Ding</a>
|
62 | 62 | * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
63 |
| - * @version 1.6.14.14, Aug 2, 2017 |
| 63 | + * @version 1.6.14.15, Aug 16, 2017 |
64 | 64 | * @since 0.3.1
|
65 | 65 | */
|
66 | 66 | @Service
|
@@ -192,8 +192,7 @@ public class Filler {
|
192 | 192 | * @param preference the specified preference
|
193 | 193 | * @throws ServiceException service exception
|
194 | 194 | */
|
195 |
| - public void fillIndexArticles(final HttpServletRequest request, |
196 |
| - final Map<String, Object> dataModel, final int currentPageNum, final JSONObject preference) |
| 195 | + public void fillIndexArticles(final HttpServletRequest request, final Map<String, Object> dataModel, final int currentPageNum, final JSONObject preference) |
197 | 196 | throws ServiceException {
|
198 | 197 | Stopwatchs.start("Fill Index Articles");
|
199 | 198 |
|
@@ -418,7 +417,7 @@ public void fillArchiveDates(final Map<String, Object> dataModel, final JSONObje
|
418 | 417 | if (!dateString.equals(lastDateString)) {
|
419 | 418 | archiveDates2.add(archiveDate);
|
420 | 419 | } else {
|
421 |
| - LOGGER.log(Level.WARN, "Found a duplicated archive date [{0}]", dateString); |
| 420 | + LOGGER.log(Level.DEBUG, "Found a duplicated archive date [{0}]", dateString); |
422 | 421 | }
|
423 | 422 | }
|
424 | 423 | }
|
@@ -902,8 +901,7 @@ private void fillStatistic(final Map<String, Object> dataModel) throws ServiceEx
|
902 | 901 | }
|
903 | 902 |
|
904 | 903 | /**
|
905 |
| - * Sets some extra properties into the specified article with the specified author and preference, performs content |
906 |
| - * and abstract editor processing. |
| 904 | + * Sets some extra properties into the specified article with the specified author and preference, performs content and abstract editor processing. |
907 | 905 | * <p>
|
908 | 906 | * Article ext properties:
|
909 | 907 | * <pre>
|
@@ -964,8 +962,7 @@ private void setArticleExProperties(final HttpServletRequest request,
|
964 | 962 | }
|
965 | 963 |
|
966 | 964 | /**
|
967 |
| - * Sets some extra properties into the specified article with the specified preference, performs content and |
968 |
| - * abstract editor processing. |
| 965 | + * Sets some extra properties into the specified article with the specified preference, performs content and abstract editor processing. |
969 | 966 | * <p>
|
970 | 967 | * Article ext properties:
|
971 | 968 | * <pre>
|
|
0 commit comments