Commit a2857022 authored by Liang Ding's avatar Liang Ding

import md

parent c615798c
...@@ -70,7 +70,7 @@ import java.util.*; ...@@ -70,7 +70,7 @@ import java.util.*;
* Admin console render processing. * Admin console render processing.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.4.2.11, May 8, 2017 * @version 1.5.2.11, Jun 18, 2017
* @since 0.4.1 * @since 0.4.1
*/ */
@RequestProcessor @RequestProcessor
...@@ -117,6 +117,16 @@ public class AdminConsole { ...@@ -117,6 +117,16 @@ public class AdminConsole {
@Inject @Inject
private EventManager eventManager; private EventManager eventManager;
/**
* Imports markdown files.
*
* @param context
* @param request
*/
public void importMDs(final HTTPRequestContext context, final HttpServletRequest request) {
}
/** /**
* Shows administrator index with the specified context. * Shows administrator index with the specified context.
* *
......
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