1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 14:15:50 +02:00

[cleanup] fix javadoc

This commit is contained in:
Martin Oberhuber 2007-04-02 19:11:51 +00:00
parent e46d18d10c
commit 0d4d82ed4c
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/******************************************************************************** /********************************************************************************
* Copyright (c) 2006 IBM Corporation. All rights reserved. * Copyright (c) 2006, 2007 IBM Corporation. All rights reserved.
* This program and the accompanying materials are made available under the terms * 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 * available at http://www.eclipse.org/legal/epl-v10.html
@ -11,7 +11,7 @@
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * Martin Oberhuber (WindRiver) - [cleanup] fix javadoc.
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.subsystems.files.core.model; package org.eclipse.rse.subsystems.files.core.model;

View file

@ -12,7 +12,7 @@
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * Martin Oberhuber (WindRiver) - [cleanup] fix javadoc.
*******************************************************************************/ *******************************************************************************/
package org.eclipse.rse.subsystems.files.core.util; package org.eclipse.rse.subsystems.files.core.util;
@ -106,9 +106,9 @@ public class ValidatorFileFilterString
/** /**
* Supply your own error message text. By default, messages from RSEUIPlugin resource bundle are used. * Supply your own error message text. By default, messages from RSEUIPlugin resource bundle are used.
* @param error message when entry field is empty * @param msg_Empty error message when entry field is empty
* @param error message when value entered is not unique * @param msg_NonUnique error message when value entered is not unique
* @param error message when syntax is not valid * @param msg_Invalid error message when syntax is not valid
*/ */
public void setErrorMessages(SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid) public void setErrorMessages(SystemMessage msg_Empty, SystemMessage msg_NonUnique, SystemMessage msg_Invalid)
{ {