fix error description (#983)

pull/987/head
Aaro0n 2020-07-20 14:20:15 +08:00 committed by GitHub
parent 91a54a4bb3
commit 0dbbef919c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ public class StaticPageServiceImpl implements StaticPageService {
* Generate tags/{slug}/index.html and tags/{slug}/{page}/index.html.
*
* @param page current page
* @param category current category
* @param tag current tag
* @throws IOException IOException
* @throws TemplateException TemplateException
*/