1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

cosmetics: JavaDoc tag warnings fixed

This commit is contained in:
Andrew Gvozdev 2010-01-23 05:08:49 +00:00
parent 3bf5f426b3
commit cbd30458cd

View file

@ -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 * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -60,7 +60,7 @@ public class XmlStorageUtil {
* Element which should only be modified via the ICStorageElement * Element which should only be modified via the ICStorageElement
* interface subsequent to this conversion. * interface subsequent to this conversion.
* *
* @param doc * @param el input XML element
* @return ICStorageElement tree * @return ICStorageElement tree
*/ */
public static ICStorageElement createCStorageTree(Element el) { public static ICStorageElement createCStorageTree(Element el) {