Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-08-05 06:49:57 +0000
committerAlexander Kurtakov2019-08-05 06:49:57 +0000
commit897119b0f781a958e87bb8441d85acb3ccd910b5 (patch)
tree7f32631b0b831ef416603c0bc1ed1ed9c7d1c619 /org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/QuickTextQuery.java
parent58437abbada0e715de9c44c022e7ac1a9abc4c26 (diff)
downloadeclipse.platform.text-897119b0f781a958e87bb8441d85acb3ccd910b5.tar.gz
eclipse.platform.text-897119b0f781a958e87bb8441d85acb3ccd910b5.tar.xz
eclipse.platform.text-897119b0f781a958e87bb8441d85acb3ccd910b5.zip
Bug 548518 - Improve QuickSearchDialog
Fix warnings and use standard header. Change-Id: I9ac64e4947071f773a2c313c3b12b764566e0ad9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/QuickTextQuery.java')
-rw-r--r--org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/QuickTextQuery.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/QuickTextQuery.java b/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/QuickTextQuery.java
index e6ce2edb826..e7ff3b1d535 100644
--- a/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/QuickTextQuery.java
+++ b/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/QuickTextQuery.java
@@ -1,7 +1,8 @@
/*******************************************************************************
- * Copyright (c) 2013 Pivotal Software, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
+ * Copyright (c) 2013, 2010 Pivotal Software, Inc. and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
@@ -25,7 +26,6 @@ import org.eclipse.jface.text.IRegion;
*
* @author Kris De Volder
*/
-@SuppressWarnings("restriction")
public class QuickTextQuery {
//TODO: delete and use jface Region class instead.

Back to the top