Skip to content

Commit c46c099

Browse files
committed
fix minor typo in comment
1 parent b9297c3 commit c46c099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jdi/share/classes/com/sun/tools/jdi/EventSetImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ synchronized void build() {
669669
try {
670670
vm.printTrace("Event: " + evt);
671671
} catch (VMDisconnectedException ee) {
672-
// Ignore. See bug 6502716
672+
// Ignore. See bug 6502716.
673673
} catch (ObjectCollectedException oce) {
674674
// Ignore. See bug 8373102. Can happen with SUSPEND_NONE events.
675675
vm.printTrace("Event: <got ObjectCollectedException>");

0 commit comments

Comments
 (0)