Commit f1cc3814 authored by Liang Ding's avatar Liang Ding

💡 删掉过期注释

parent f74c7888
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
package org.b3log.solo.processor; package org.b3log.solo.processor;
import freemarker.template.Template; import freemarker.template.Template;
import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.StringUtils;
import org.b3log.latke.Keys; import org.b3log.latke.Keys;
...@@ -45,7 +44,6 @@ import javax.servlet.http.HttpServletResponse; ...@@ -45,7 +44,6 @@ import javax.servlet.http.HttpServletResponse;
import java.io.IOException; import java.io.IOException;
import java.util.Map; import java.util.Map;
/** /**
* User template processor. * User template processor.
* *
...@@ -53,12 +51,8 @@ import java.util.Map; ...@@ -53,12 +51,8 @@ import java.util.Map;
* User can add a template (for example "links.ftl") then visits the page ("links.html"). * User can add a template (for example "links.ftl") then visits the page ("links.html").
* </p> * </p>
* *
* <p>
* See <a href="https://code.google.com/p/b3log-solo/issues/detail?id=409">issue 409</a> for more details.
* </p>
*
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.6, Jun 22, 2018 * @version 1.0.0.7, Sep 7, 2018
* @since 0.4.5 * @since 0.4.5
*/ */
@RequestProcessor @RequestProcessor
......
...@@ -35,7 +35,7 @@ import java.util.regex.Pattern; ...@@ -35,7 +35,7 @@ import java.util.regex.Pattern;
* Permalink query service. * Permalink query service.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.3, Mar 11, 2018 * @version 1.0.0.4, Sep 7, 2018
* @since 0.6.1 * @since 0.6.1
*/ */
@Service @Service
...@@ -160,7 +160,7 @@ public class PermalinkQueryService { ...@@ -160,7 +160,7 @@ public class PermalinkQueryService {
} }
if (Strings.isNumeric(permalink.substring(1))) { if (Strings.isNumeric(permalink.substring(1))) {
// See issue 120 (http://code.google.com/p/b3log-solo/issues/detail?id=120#c4) for more details // Conflict with pagination
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment