Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2010-11-19 13:03:18 +0000
committerTomasz Zarna2010-11-19 13:03:18 +0000
commit03da9c5211bbce07c1577ff9588ef5f8f6f57413 (patch)
tree39954d7bf31ebe22cba5535cb63a42c7b62bacb5
parent493816d81208f258a746c558a891e69dafb5b72e (diff)
downloadeclipse.platform.team-03da9c5211bbce07c1577ff9588ef5f8f6f57413.tar.gz
eclipse.platform.team-03da9c5211bbce07c1577ff9588ef5f8f6f57413.tar.xz
eclipse.platform.team-03da9c5211bbce07c1577ff9588ef5f8f6f57413.zip
typo fixed
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/StringMatcher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/StringMatcher.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/StringMatcher.java
index 2ab253660..644ca775f 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/StringMatcher.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/StringMatcher.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. 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 available at
@@ -87,7 +87,7 @@ public class StringMatcher {
}
/**
- * Find the first occurrence of the pattern between <code>start</code)(inclusive)
+ * Find the first occurrence of the pattern between <code>start</code>(inclusive)
* and <code>end</code>(exclusive).
* @param text the String object to search in
* @param start the starting index of the search range, inclusive

Back to the top