Initialize the app name to empty string because it may not be present

This commit is contained in:
Cameron Gutman 2015-02-09 00:09:40 -05:00
parent ec39f22ad8
commit 9772049295

View File

@ -1,7 +1,7 @@
package com.limelight.nvstream.http;
public class NvApp {
private String appName;
private String appName = "";
private int appId;
private boolean isRunning;