Skip to content
Snippets Groups Projects
Commit 295f4554 authored by izabel's avatar izabel
Browse files

[LMS-1875] fix dependencies

SVN: 18601
parent b0cf3598
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,10 @@ package ch.systemsx.cisd.openbis.plugin.query.client.web.client.application;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.GenericConstants;
/**
*
*
* @author Franz-Josef Elmer
*/
public class Constants
{
public static final String QUERY_ID_PREFIX = GenericConstants.ID_PREFIX + "query-module" ;
public static final String ALL_ENTITY_KINDS = "(All)";
public static final String QUERY_ID_PREFIX = GenericConstants.ID_PREFIX + "query-module";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment