no message
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package _VisualDVM.ProjectData.SapforData.Loops.Json;
|
||||
import _VisualDVM.ProjectData.SapforData.Loops.Loop;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Vector;
|
||||
public class LoopsJson {
|
||||
@Expose
|
||||
public List<FileLoopsJson> loops = new Vector<>();
|
||||
public List<FileLoopsJson> allLoops = new Vector<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user