Skip to content

Commit 0e70a15

Browse files
author
Emile Joubert
committed
Make //todo item findable as such
1 parent 5068e0f commit 0e70a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/impl/ChannelN.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ public void abort(int closeCode, String closeMessage)
462462
close(closeCode, closeMessage, true, null, true);
463463
}
464464

465+
// TODO: method should be private
465466
/**
466-
* SHOULD BE PRIVATE<br/>
467467
* Protected API - Close channel with code and message, indicating
468468
* the source of the closure and a causing exception (null if
469469
* none).

0 commit comments

Comments
 (0)