Project

General

Profile

« Previous | Next » 

Revision 10168

Added by Jing Tao over 7 years ago

Fixed a typo.

View differences:

MetacatHandler.java
2855 2855
                    Thread thread = new Thread(indexAll);
2856 2856
                    thread.start();
2857 2857
                    results.append("<success>");
2858
                    results.append("The indexall action was accepted by Metacat and it is working on the background right now. It doesn't guarantee all the object will be reindexed successfully. You may monitor the process in the Metacat log.");
2858
                    results.append("The indexall action was accepted by the Metacat and it is working on the background right now. It doesn't guarantee all objects will be reindexed successfully. You may monitor the process through the Metacat log file.");
2859 2859
                    results.append("</success>");
2860 2860
                    logMetacat.info("done queueing index for all documents");
2861 2861
           } catch (Exception e) {

Also available in: Unified diff