From cbd30458cd98b46062c3204da6a128810fd3f7be Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Sat, 23 Jan 2010 05:08:49 +0000 Subject: [PATCH] cosmetics: JavaDoc tag warnings fixed --- .../org/eclipse/cdt/core/settings/model/XmlStorageUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/XmlStorageUtil.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/XmlStorageUtil.java index 54ece8c61bd..1f17e54f4f5 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/XmlStorageUtil.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/XmlStorageUtil.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008 Broadcom Corp. and others. + * Copyright (c) 2008, 2010 Broadcom Corp. 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 @@ -60,7 +60,7 @@ public class XmlStorageUtil { * Element which should only be modified via the ICStorageElement * interface subsequent to this conversion. * - * @param doc + * @param el input XML element * @return ICStorageElement tree */ public static ICStorageElement createCStorageTree(Element el) {