Skip to content

Commit 7f42d98

Browse files
committed
clarifying docs
1 parent 0e30011 commit 7f42d98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

jjava-jupyter/src/main/java/org/dflib/jjava/jupyter/kernel/BaseKernel.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,12 @@
6060
import java.util.concurrent.ConcurrentHashMap;
6161
import java.util.concurrent.atomic.AtomicInteger;
6262

63+
/**
64+
* A common superclass of JVM-aware kernels.
65+
*/
6366
public abstract class BaseKernel {
6467

68+
// is only not null between "onStartup" and "onShutdown" of a singleton instance
6569
protected static BaseKernel notebookKernel;
6670

6771
public static final String IS_COMPLETE_YES = "complete";

0 commit comments

Comments
 (0)