Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-09-25 19:33:35 +0000
committerDarin Wright2008-09-25 19:33:35 +0000
commitce52f510bb667349d8bfe9c37f4d3d8a1ec2a57b (patch)
tree1cbba6343e62c000d6c3f441070b26cdd38ba8ba /apitools/org.eclipse.pde.api.tools.tests/test-builder/baseline/bundle.a/src/a/classes/restrictions/RemoveNoExtend.java
parent2e25d886ccb690c6b0763d6466618006d716e7c9 (diff)
downloadeclipse.pde.ui-ce52f510bb667349d8bfe9c37f4d3d8a1ec2a57b.tar.gz
eclipse.pde.ui-ce52f510bb667349d8bfe9c37f4d3d8a1ec2a57b.tar.xz
eclipse.pde.ui-ce52f510bb667349d8bfe9c37f4d3d8a1ec2a57b.zip
backport performance tests to 34xperf_34x
Diffstat (limited to 'apitools/org.eclipse.pde.api.tools.tests/test-builder/baseline/bundle.a/src/a/classes/restrictions/RemoveNoExtend.java')
-rw-r--r--apitools/org.eclipse.pde.api.tools.tests/test-builder/baseline/bundle.a/src/a/classes/restrictions/RemoveNoExtend.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/apitools/org.eclipse.pde.api.tools.tests/test-builder/baseline/bundle.a/src/a/classes/restrictions/RemoveNoExtend.java b/apitools/org.eclipse.pde.api.tools.tests/test-builder/baseline/bundle.a/src/a/classes/restrictions/RemoveNoExtend.java
new file mode 100644
index 0000000000..d38eef2962
--- /dev/null
+++ b/apitools/org.eclipse.pde.api.tools.tests/test-builder/baseline/bundle.a/src/a/classes/restrictions/RemoveNoExtend.java
@@ -0,0 +1,18 @@
+/*******************************************************************************
+ * Copyright (c) 2008 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 a.classes.restrictions;
+
+/**
+ * @noextend
+ */
+public class RemoveNoExtend {
+
+}

Back to the top