/* * Copyright (c) 2006-2011 Nuxeo SA (http://nuxeo.com/) and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * anguenot * * $Id: DateRangeQueryConstants.java 17892 2007-04-26 23:21:09Z sfermigier $ */ package org.eclipse.ecr.audit.api.query; /** * Date range query constants. * * @author <a href="mailto:ja@nuxeo.com">Julien Anguenot</a> */ public class DateRangeQueryConstants { public static final String MIN = "m"; public static final String HOUR = "h"; // Constant utility class private DateRangeQueryConstants() { } }