KickJava   Java API By Example, From Geeks To Geeks.

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


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 import org.ozoneDB.core.storage.wizardStore.WizardCluster;
10
11 /**
12  * DO NOT USE!
13  * For backward Compatibility only
14  */

15 public class Cluster extends WizardCluster {
16
17     final static long serialVersionUID = 2;
18 }
19
Popular Tags