Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2015-03-13 12:07:45 +0000
committerSravan Kumar Lakkimsetti2015-03-13 12:10:19 +0000
commit0252e64e770ab50e7cad015a72d9a3493d3fa6af (patch)
tree7d0ad0231f2cf9498160fe07a9c071d68e59aeb4
parent661059ee70e56500382288a6b372d43b6bc7b541 (diff)
downloadeclipse.platform.swt-slakkimsetti/hiDpiBranch2.tar.gz
eclipse.platform.swt-slakkimsetti/hiDpiBranch2.tar.xz
eclipse.platform.swt-slakkimsetti/hiDpiBranch2.zip
Updated Copyright and snippetslakkimsetti/hiDpiBranch2
Change-Id: I1eb849b43361d0edf15d37b8b8f71617dff36de8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java (renamed from examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet366.java)2
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet366.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java
index 478721c734..5836ccadae 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet366.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java
@@ -19,7 +19,7 @@ import org.eclipse.swt.graphics.*;
import org.eclipse.swt.layout.*;
import org.eclipse.swt.widgets.*;
-public class Snippet366 {
+public class Snippet367 {
public static void main (String [] args) {
final Display display = new Display ();
final ImageFileNameProvider filenameProvider = new ImageFileNameProvider () {
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java
index e8d3c8dd86..74351d71b4 100644
--- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java
+++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2015 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

Back to the top