summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/application/OsgiFramework.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/application/OsgiFramework.java b/jdisc_core/src/main/java/com/yahoo/jdisc/application/OsgiFramework.java
index 6ab5f798d92..85d745d7aaf 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/application/OsgiFramework.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/application/OsgiFramework.java
@@ -68,7 +68,6 @@ public interface OsgiFramework {
*
* @return A <tt>BundleContext</tt> for the system bundle, or <tt>null</tt>.
* @throws SecurityException If the caller does not have the appropriate permissions.
- * @since 2.0
*/
BundleContext bundleContext();