1 /*- 2 * See the file LICENSE for redistribution information. 3 * 4 * Copyright (c) 2002,2006 Oracle. All rights reserved. 5 * 6 * $Id: DatabaseStats.java,v 1.20 2006/10/30 21:14:12 bostic Exp $ 7 */ 8 9 package com.sleepycat.je; 10 11 import java.io.Serializable; 12 13 /** 14 * Javadoc for this public class is generated 15 * via the doc templates in the doc_src directory. 16 */ 17 public abstract class DatabaseStats implements Serializable { 18 // no public constructor 19 protected DatabaseStats() {} 20 } 21