GP-1288: Addressing some of my own review comments

This commit is contained in:
Dan 2021-09-30 19:54:41 +00:00
parent f242f3fc55
commit 2c3d6704af
19 changed files with 45 additions and 87 deletions

View file

@ -16,7 +16,7 @@
package agent.dbgeng.dbgeng;
import static org.junit.Assert.*;
import static org.junit.Assume.*;
import static org.junit.Assume.assumeTrue;
import java.io.*;
import java.nio.ByteBuffer;
@ -29,7 +29,6 @@ import com.sun.jna.Native;
import com.sun.jna.platform.win32.COM.COMException;
import com.sun.jna.win32.StdCallLibrary;
//import agent.dbgeng.DummyProc;
import agent.dbgeng.dbgeng.DebugBreakpoint.BreakType;
import agent.dbgeng.dbgeng.DebugClient.*;
import agent.dbgeng.dbgeng.DebugDataSpaces.*;