/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 1997-2009 Oracle.  All rights reserved.
 *
 * $Id$
 */
package com.sleepycat.db;

/**
Statistics for a single database.
*/
public abstract class DatabaseStats {
    // no public constructor
    /* package */ DatabaseStats() {}
}
