8295154: Documentation for RemoteExecutionControl.invoke(Method) inherits non-existent documentation

Reviewed-by: jjg
This commit is contained in:
Pavel Rappo 2022-10-11 19:35:18 +00:00
parent 945950d863
commit 9bb932ce30

View File

@ -110,13 +110,6 @@ public class RemoteExecutionControl extends DirectExecutionControl implements Ex
// 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 {