Skip to content

Commit 9bb932c

Browse files
committed
8295154: Documentation for RemoteExecutionControl.invoke(Method) inherits non-existent documentation
Reviewed-by: jjg
1 parent 945950d commit 9bb932c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/jdk.jshell/share/classes/jdk/jshell/execution/RemoteExecutionControl.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ public void stop() throws EngineTerminationException, InternalException {
110110
// handled by JDI
111111
}
112112

113-
/**
114-
* @throws ExecutionControl.UserException {@inheritDoc}
115-
* @throws ExecutionControl.ResolutionException {@inheritDoc}
116-
* @throws ExecutionControl.StoppedException {@inheritDoc}
117-
* @throws ExecutionControl.EngineTerminationException {@inheritDoc}
118-
* @throws ExecutionControl.NotImplementedException {@inheritDoc}
119-
*/
120113
// Overridden only so this stack frame is seen
121114
@Override
122115
protected String invoke(Method doitMethod) throws Exception {

0 commit comments

Comments
 (0)