Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-09-24 20:33:44 +0000
committerDarin Wright2009-09-24 20:33:44 +0000
commit5de5ad6ee0005bd4ade572b1b6389c85088a3e32 (patch)
treebbbea7b45fdbca7e954284e767b70503c3d55b90 /org.eclipse.debug.tests/src/org/eclipe/debug/tests/view/memory/MemoryBlockOne.java
parent49be16da134c1238147da013cd1e02a822071b17 (diff)
downloadeclipse.platform.debug-5de5ad6ee0005bd4ade572b1b6389c85088a3e32.tar.gz
eclipse.platform.debug-5de5ad6ee0005bd4ade572b1b6389c85088a3e32.tar.xz
eclipse.platform.debug-5de5ad6ee0005bd4ade572b1b6389c85088a3e32.zip
Bug 289225 - Add new debug test plug-in to automated build
Diffstat (limited to 'org.eclipse.debug.tests/src/org/eclipe/debug/tests/view/memory/MemoryBlockOne.java')
-rw-r--r--org.eclipse.debug.tests/src/org/eclipe/debug/tests/view/memory/MemoryBlockOne.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/org.eclipse.debug.tests/src/org/eclipe/debug/tests/view/memory/MemoryBlockOne.java b/org.eclipse.debug.tests/src/org/eclipe/debug/tests/view/memory/MemoryBlockOne.java
new file mode 100644
index 000000000..06a07fafa
--- /dev/null
+++ b/org.eclipse.debug.tests/src/org/eclipe/debug/tests/view/memory/MemoryBlockOne.java
@@ -0,0 +1,21 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2009 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+package org.eclipe.debug.tests.view.memory;
+
+
+/**
+ * Dummy memory block
+ *
+ * @since 3.1
+ */
+public class MemoryBlockOne extends MemoryBlock {
+
+}

Back to the top