KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ozoneDB > core > wizardStore > WizardObjectContainer


1 // You can redistribute this software and/or modify it under the terms of
2
// the Ozone Library License version 1 published by ozone-db.org.
3
//
4
// This file is
5
// Copyright (C) 2003-@year@ Per Nyfelt. All rights reserved.
6
//
7
package org.ozoneDB.core.wizardStore;
8
9 /**
10  * DO NOT USE!
11  * This class is here for backward compatibility with 1.1
12  * @author Per Nyfelt
13  */

14 public class WizardObjectContainer extends org.ozoneDB.core.storage.wizardStore.WizardObjectContainer {
15 }
16
Popular Tags