Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-11-05 20:35:36 +0000
committerRoberto E. Escobar2012-11-05 20:35:36 +0000
commit8071c12bfff782028aab77a92f0ac273573dd10a (patch)
tree0a4526eec77ac74ce4f5bbb24d32f42b53c40e2a /plugins/org.eclipse.osee.event
parent295950eea44975e7dca9ea8df66f1b5d8459c0e9 (diff)
downloadorg.eclipse.osee-8071c12bfff782028aab77a92f0ac273573dd10a.tar.gz
org.eclipse.osee-8071c12bfff782028aab77a92f0ac273573dd10a.tar.xz
org.eclipse.osee-8071c12bfff782028aab77a92f0ac273573dd10a.zip
bug: Fix OSGI event compile errors
Diffstat (limited to 'plugins/org.eclipse.osee.event')
-rw-r--r--plugins/org.eclipse.osee.event/src/org/eclipse/osee/event/Event.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.event/src/org/eclipse/osee/event/Event.java b/plugins/org.eclipse.osee.event/src/org/eclipse/osee/event/Event.java
index c85fa11ccad..0ccf2a69401 100644
--- a/plugins/org.eclipse.osee.event/src/org/eclipse/osee/event/Event.java
+++ b/plugins/org.eclipse.osee.event/src/org/eclipse/osee/event/Event.java
@@ -17,8 +17,6 @@ public interface Event {
Object getValue(String name);
- boolean contains(String name);
-
String[] getKeys();
String getTopic();

Back to the top