KickJava   Java API By Example, From Geeks To Geeks.

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


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  * For backward Compatibility with 1.1 only
12  * @author Per Nyfelt
13  */

14 public class ClusterID extends org.ozoneDB.core.storage.ClusterID {
15
16     protected final static long serialVersionUID = -7562770765372598359L;
17 }
18
Popular Tags