no message
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package _VisualDVM.GlobalData.CompilerOption.Json;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
import java.util.Vector;
|
||||
public class OptionsSetJson {
|
||||
public class OptionsSetJson {
|
||||
@Expose
|
||||
public List<OptionsJson> values = new Vector<>();
|
||||
public OptionsSetJson() {
|
||||
|
||||
Reference in New Issue
Block a user