1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

Fixing comments with characters that were confusing the compiler on build.eclipse.org.

This commit is contained in:
David Dykstal 2006-06-07 12:57:14 +00:00
parent 3084f4a840
commit 575a142f60
2 changed files with 3 additions and 3 deletions

View file

@ -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:
* Javier Montalvo Orús (Symbian) - 138619: Fix codepage on Win2K * Javier Montalvo Orus (Symbian) - 138619: Fix codepage on Win2K
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.internal.services.local.shells; package org.eclipse.rse.internal.services.local.shells;

View file

@ -233,8 +233,8 @@ public class SystemNonRegexMatcher {
fBound= fLength; fBound= fLength;
} }
/** /**
* Parses the given pattern into segments seperated by wildcard '*' characters. * Parses the given pattern into segments separated by wildcard '*' characters.
* @param p, a String object that is a simple regular expression with * and/or ? * @param p, a String object that is a simple regular expression with '*' and/or '?'
*/ */
private void parseWildCards() { private void parseWildCards() {
if(fPattern.startsWith("*"))//$NON-NLS-1$ if(fPattern.startsWith("*"))//$NON-NLS-1$