From 6c736125ceb879370d61c544155bedc915ec7b55 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 14 Apr 2008 16:03:21 +0000 Subject: [PATCH] [197167][apidoc] Add missing @since tags for IRSECoreStatusCodes, IRSEInitListener --- .../eclipse/rse/core/IRSECoreStatusCodes.java | 23 ++++++++----------- .../eclipse/rse/core/IRSEInitListener.java | 8 ++++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSECoreStatusCodes.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSECoreStatusCodes.java index 6ec61238b36..fe72183986b 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSECoreStatusCodes.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSECoreStatusCodes.java @@ -1,9 +1,9 @@ /********************************************************************************* * Copyright (c) 2008 IBM Corporation. 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 - * + * * Contributors: * David Dykstal (IBM) - [225988] need API to mark persisted profiles as migrated *********************************************************************************/ @@ -11,9 +11,10 @@ package org.eclipse.rse.core; /** - * Codes for use in constructing IStatus objects. - * These are unique across org.eclipse.rse.core - * @since 3.0 + * Codes for use in constructing IStatus objects. These are unique across + * org.eclipse.rse.core + * + * @since org.eclipse.rse.core 3.0 */ public interface IRSECoreStatusCodes { @@ -23,16 +24,14 @@ public interface IRSECoreStatusCodes { /** * A code used for constructing IStatus objects. - * Value 1. An exception occurred during the operation. - * @since 3.0 + * Value 1. An exception occurred during the operation. */ public static final int EXCEPTION_OCCURRED = 1; - + /** * A code used for constructing IStatus objects. * Value 2. An invalid format was encountered operation. * The object in question must be assumed to be corrupted. - * @since 3.0 */ public static final int INVALID_FORMAT = 2; @@ -43,16 +42,14 @@ public interface IRSECoreStatusCodes { /** * A code used for constructing IStatus objects. * Value 101. A persistent form of a profile is not found. - * @since 3.0 */ public static final int PROFILE_NOT_FOUND = 101; /** * A code used for constructing IStatus objects. * Value 102. - * The marking of profiles as migrated is not supported by this provider. - * @since 3.0 + * The marking of profiles as migrated is not supported by this provider. */ public static final int MIGRATION_NOT_SUPPORTED = 102; - + } diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSEInitListener.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSEInitListener.java index 480ad9499f5..7c0d56a17a7 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSEInitListener.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/IRSEInitListener.java @@ -10,11 +10,13 @@ package org.eclipse.rse.core; /** - * An IRSEInitListener will be invoked when the initialization of RSE reaches the - * completion of each phase. + * An IRSEInitListener will be invoked when the initialization of RSE reaches + * the completion of each phase. + * + * @since org.eclipse.rse.core 3.0 */ public interface IRSEInitListener { - + /** * @param phase The phase of initialization that has completed. * @see RSECorePlugin#INIT_MODEL