From 6a26048d72ad6379738846383f9817a6d00875dc Mon Sep 17 00:00:00 2001 From: Pavel Rappo Date: Tue, 11 Oct 2022 14:49:56 +0100 Subject: [PATCH] Initial commit --- .../jdk/jshell/execution/RemoteExecutionControl.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/jdk.jshell/share/classes/jdk/jshell/execution/RemoteExecutionControl.java b/src/jdk.jshell/share/classes/jdk/jshell/execution/RemoteExecutionControl.java index 9ef8ae5d2463e..5dbe35182ebdc 100644 --- a/src/jdk.jshell/share/classes/jdk/jshell/execution/RemoteExecutionControl.java +++ b/src/jdk.jshell/share/classes/jdk/jshell/execution/RemoteExecutionControl.java @@ -110,13 +110,6 @@ public void stop() throws EngineTerminationException, InternalException { // handled by JDI } - /** - * @throws ExecutionControl.UserException {@inheritDoc} - * @throws ExecutionControl.ResolutionException {@inheritDoc} - * @throws ExecutionControl.StoppedException {@inheritDoc} - * @throws ExecutionControl.EngineTerminationException {@inheritDoc} - * @throws ExecutionControl.NotImplementedException {@inheritDoc} - */ // Overridden only so this stack frame is seen @Override protected String invoke(Method doitMethod) throws Exception {