Project

General

Profile

« Previous | Next » 

Revision 44352

fixed bug

View differences:

IndexAction.java
23 23
	/**
24 24
	 * Action to identify the index service.
25 25
	 */
26
	IDENTIFY
26
	IDENTIFY,
27

  
28
	/**
29
	 * Action to refresh the index schema.
30
	 */
31
	REFRESH_SCHEMA
27 32
}

Also available in: Unified diff