Fix Lint warnings

This commit is contained in:
Cameron Gutman
2017-09-09 14:01:48 -07:00
parent 8584bf1910
commit 6580eb8ea4
8 changed files with 10 additions and 21 deletions
@@ -1,11 +1,7 @@
package com.limelight.nvstream;
import java.net.InetAddress;
import javax.crypto.SecretKey;
import com.limelight.nvstream.av.video.VideoDecoderRenderer;
public class ConnectionContext {
public String serverAddress;
public StreamConfiguration streamConfig;