From f068e6da17f9f4461e1e5a723d12562247ccf249 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 19 Jan 2010 15:32:21 +0000 Subject: [PATCH] cosmetics: JavaDoc tag fixed --- .../eclipse/cdt/core/settings/model/ICDescriptionDelta.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/ICDescriptionDelta.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/ICDescriptionDelta.java index 04a60549f0e..8467c6966c9 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/ICDescriptionDelta.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/ICDescriptionDelta.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 Intel Corporation and others. + * Copyright (c) 2007, 2010 Intel 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 available at @@ -94,9 +94,7 @@ public interface ICDescriptionDelta { int getDeltaKind(); /** - * returns ored delta flags - * - * @return + * @return ored delta flags */ int getChangeFlags();