/* * $Id: DataqueryConstants.java,v 1.1 2004/09/08 11:15:54 thomas Exp $ * Created on Sep 8, 2004 * * Copyright (C) 2004 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.block.dataquery.business; import com.idega.repository.data.ConstantsPlaceholder; /** * * Last modified: $Date: 2004/09/08 11:15:54 $ by $Author: thomas $ * * @author <a href="mailto:thomas@idega.com">thomas</a> * @version $Revision: 1.1 $ */ public class DataqueryConstants implements ConstantsPlaceholder { public static String[] highestTopNodeGroupTypes = {}; }