Skip to content

Commit a12a05a

Browse files
Remove the incorrect comments
1 parent 6cd1c7d commit a12a05a

File tree

1 file changed

+0
-4
lines changed
  • com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter

1 file changed

+0
-4
lines changed

com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/ProtocolServer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ public void sendEvent(DebugEvent event) {
9494
/**
9595
* If the the dispatcher is idle, then send the event to the DA immediately.
9696
* Else add the new event to an eventQueue first and send them when dispatcher becomes idle again.
97-
* @param eventType
98-
* event type
99-
* @param body
100-
* event content
10197
*/
10298
private void sendEventLater(DebugEvent event) {
10399
synchronized (this) {

0 commit comments

Comments
 (0)