KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > core > internal > resources > WorkspaceTreeReader_0


1 /*******************************************************************************
2  * Copyright (c) 2000, 2004 IBM Corporation and others.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Common Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/cpl-v10.html
7  *
8  * Contributors:
9  * IBM Corporation - initial API and implementation
10  *******************************************************************************/

11 package org.eclipse.core.internal.resources;
12
13 /**
14  * This class is temporary only. It is only a hack because some old files do not have the
15  * version number in it. It should be removed when we guarantee that all users of the platform
16  * are running with versioned files.
17  * Its going to happen at the same time we fix the version number of the files from the
18  * "random numbers" to 1, 2, 3, 4...
19  **/

20 public class WorkspaceTreeReader_0 extends WorkspaceTreeReader {
21     public WorkspaceTreeReader_0(Workspace workspace) {
22         super(workspace);
23     }
24 }
Popular Tags