no message
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package _VisualDVM.ComponentsServer.Component.Json;
|
||||
import com.google.gson.annotations.Expose;
|
||||
public class VersionInfo_json {
|
||||
@Expose
|
||||
public int version;
|
||||
@Expose
|
||||
public String date;
|
||||
}
|
||||
Reference in New Issue
Block a user