[Red5commits] [1600] Stream package documenting is complete. Some minor code improvements.
mklishin
luke at codegent.com
Wed Jan 24 11:03:34 EST 2007
Stream package documenting is complete. Some minor code improvements.
Timestamp: 12/23/06 10:21:04 EST (1 month ago)
Change: 1600
Author: mklishin
Files (see diff or trac for details):
java/server/trunk/src/org/red5/server/stream/BalancedFlowControlService.java
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1600
Index: /java/server/trunk/src/org/red5/server/stream/BalancedFlowControlService.java
===================================================================
--- /java/server/trunk/src/org/red5/server/stream/BalancedFlowControlService.java (revision 1593)
+++ /java/server/trunk/src/org/red5/server/stream/BalancedFlowControlService.java (revision 1600)
@@ -754,6 +754,12 @@
}
- private class CallbackRunnable implements Runnable {
- public void run() {
+ /**
+ * Callback runnable object
+ */
+ private class CallbackRunnable implements Runnable {
+ /**
+ * {@inheritDoc}
+ */
+ public void run() {
try {
while (true) {
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list