KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ozoneDB > core > storage > 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.storage.wizardStore;
8
9 /**
10  * For backward Compatibility only
11  */

12 public class Cluster extends WizardCluster {
13
14     final static long serialVersionUID = 2;
15 }
16
Popular Tags