Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2015-03-13 11:23:44 +0000
committerSravan Kumar Lakkimsetti2015-03-13 11:23:44 +0000
commita93e1e3fe5a47f4cb51520dfc03261096a506832 (patch)
tree6420fef3cdaa427e39a743497532c7ca93d9c671
parent358b6fb58aca4e83adac9dc8503bdf65fdaa8a63 (diff)
downloadeclipse.platform.swt-a93e1e3fe5a47f4cb51520dfc03261096a506832.tar.gz
eclipse.platform.swt-a93e1e3fe5a47f4cb51520dfc03261096a506832.tar.xz
eclipse.platform.swt-a93e1e3fe5a47f4cb51520dfc03261096a506832.zip
Update class name
Change-Id: I3cf57683ae2008a0148075b7d0492a7307dbe27c Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java
index cd7d700f5e..371419e851 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet367.java
@@ -9,7 +9,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 () {

Back to the top