/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 1997,2008 Oracle.  All rights reserved.
 *
 * $Id: DatabaseStats.java,v 12.9 2008/01/17 05:04:53 mjc Exp $
 */
package com.sleepycat.db;

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