Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvosburgh2008-03-24 18:06:10 +0000
committerbvosburgh2008-03-24 18:06:10 +0000
commitd906145137e2b57290f1dafebd61e0dfbd16090e (patch)
treef120cee7928eaccf5902c641c8cc2f440092cdbf /jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/utility
parentbb4f739821273613a511d879570dc4a30d1b76ff (diff)
downloadwebtools.dali-d906145137e2b57290f1dafebd61e0dfbd16090e.tar.gz
webtools.dali-d906145137e2b57290f1dafebd61e0dfbd16090e.tar.xz
webtools.dali-d906145137e2b57290f1dafebd61e0dfbd16090e.zip
moved JDT utility interfaces to public package
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/utility')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/utility/SimpleTextRange.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/utility/SimpleTextRange.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/utility/SimpleTextRange.java
index 1ed589ca59..c8e5ca8b3f 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/utility/SimpleTextRange.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/utility/SimpleTextRange.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007 Oracle. All rights reserved.
+ * Copyright (c) 2007, 2008 Oracle. 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 http://www.eclipse.org/legal/epl-v10.html.

Back to the top