Ejemplo n.º 1
0
 /** Reload the data handler, user handler, and other basic wiki data structures. */
 public static void reload() throws Exception {
   WikiBase.dataHandler = WikiUtil.dataHandlerInstance();
   WikiBase.searchEngine = WikiUtil.searchEngineInstance();
 }