summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-12-03 18:14:06 -0800
committerJon Bratseth <bratseth@oath.com>2018-12-03 18:14:06 -0800
commit230233bbc4c92ffddfe9cf1d7b40af7e8f98b1e1 (patch)
treea49a94d149c0c8d9130b9ba58e238c3d1db16cf1 /jdisc_core
parent97f154211d3784bbe3467f18e6475c2c548693eb (diff)
Less use of Container
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();