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:
parent
3084f4a840
commit
575a142f60
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||
*
|
||||
* 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;
|
||||
|
|
|
@ -233,8 +233,8 @@ public class SystemNonRegexMatcher {
|
|||
fBound= fLength;
|
||||
}
|
||||
/**
|
||||
* Parses the given pattern into segments seperated by wildcard '*' characters.
|
||||
* @param p, a String object that is a simple regular expression with ‘*’ and/or ‘?’
|
||||
* Parses the given pattern into segments separated by wildcard '*' characters.
|
||||
* @param p, a String object that is a simple regular expression with '*' and/or '?'
|
||||
*/
|
||||
private void parseWildCards() {
|
||||
if(fPattern.startsWith("*"))//$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue