1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[cleanup] Fix typo

This commit is contained in:
Martin Oberhuber 2008-03-26 18:33:39 +00:00
parent 12ec5ab133
commit 76e812fc49

View file

@ -1,13 +1,13 @@
/********************************************************************************
* Copyright (c) 2006 IBM Corporation. All rights reserved.
* Copyright (c) 2006, 2008 IBM Corporation and others. All rights reserved.
* This program and the accompanying materials are made available under the terms
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
* Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
* component that contains this file: David McKnight, Kushal Munir,
* Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
*
* Contributors:
@ -17,22 +17,22 @@
package org.eclipse.rse.services.search;
public interface IHostSearchConstants {
/**
* Status indicating configuration is still running, 0.
*/
public static final int RUNNING = 0;
/**
* Status indicating configuration has finished, 1.
*/
public static final int FINISHED = 1;
/**
* Status indicating configuration has been cancelled, 2.
* Status indicating configuration has been canceled, 2.
*/
public static final int CANCELED = 2;
/**
* Status indicating configuration has been disconnected, 3.
*/