GP-2023: post-review modifications

This commit is contained in:
d-millar 2022-06-10 22:02:10 +00:00
parent 5f1367d2a8
commit 097421553c
7 changed files with 15 additions and 19 deletions

View file

@ -581,11 +581,4 @@ public interface DebuggerObjectModel {
*/
CompletableFuture<Void> flushEvents();
/**
* If the model permits, suppress automatic descent into containers
*/
default void setSuppressDescent(boolean suppressDescent) {
// Do nothing by default
}
}