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:
parent
3bf5f426b3
commit
cbd30458cd
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue