[Minor] moved constant for default realm

This commit is contained in:
Robert von Burg 2013-12-24 00:17:30 +01:00
parent 6951bac61c
commit 98f92dc0f8
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ import java.util.List;
*/
public abstract class StrolchQuery<T extends QueryVisitor> {
public static final String DEFAULT_REALM = "defaultRealm"; //$NON-NLS-1$
private Navigation navigation;
protected List<Selection> selections;