Fixes a couple of warnings.

cusax-fix
Lyubomir Marinov 16 years ago
parent 90383ea7ce
commit 2e63f51ed2

@ -560,8 +560,6 @@ else if (dataSource instanceof PullDataSource)
for (int streamIndex = 0; streamIndex < streamCount; streamIndex++)
{
Throwable exception = null;
try
{
SendStream sendStream

@ -8,7 +8,6 @@
import java.io.*;
import java.lang.reflect.*;
import java.util.*;
import javax.media.*;
import javax.media.control.*;

Loading…
Cancel
Save