Fix javadoc and import
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 21 Jan 2018 20:20:56 +0000 (21:20 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 21 Jan 2018 20:20:56 +0000 (21:20 +0100)
org.argeo.cms/src/org/argeo/cms/internal/kernel/Activator.java

index 1efc9dc66474953221194974c0044558e163514b..e7dcfc1a2ddbe7c2a95cd5c71865c881710dd1ad 100644 (file)
@@ -1,6 +1,5 @@
 package org.argeo.cms.internal.kernel;
 
-import java.awt.image.Kernel;
 import java.io.IOException;
 import java.net.URL;
 import java.nio.file.Files;
@@ -29,8 +28,8 @@ import org.osgi.service.log.LogReaderService;
 import org.osgi.service.useradmin.UserAdmin;
 
 /**
- * Activates the {@link Kernel} from the provided {@link BundleContext}. Gives
- * access to kernel information for the rest of the bundle (and only it)
+ * Activates the kernel. Gives access to kernel information for the rest of the
+ * bundle (and only it)
  */
 public class Activator implements BundleActivator {
        private final static Log log = LogFactory.getLog(Activator.class);