From 56dfd8464312226b25f14c090e5c13855fd73229 Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期五, 10 四月 2020 09:44:12 +0800 Subject: [PATCH] 删除无用代码 --- app/src/main/java/safeluck/drive/evaluation/bean/ExamMap.java | 63 ------------------------------- 1 files changed, 0 insertions(+), 63 deletions(-) diff --git a/app/src/main/java/safeluck/drive/evaluation/bean/ExamMap.java b/app/src/main/java/safeluck/drive/evaluation/bean/ExamMap.java index fe99656..cee9c20 100644 --- a/app/src/main/java/safeluck/drive/evaluation/bean/ExamMap.java +++ b/app/src/main/java/safeluck/drive/evaluation/bean/ExamMap.java @@ -94,67 +94,4 @@ } } -// /** -// * id : 863 -// * item : 1 -// * point : [{"x-y":[-11.9669,28.013,-11.5114,27.137,-10.8069,27.5039,-10.2969,26.4212,-9.2102,26.8894,-9.6513,28.0027,-8.9758,28.3797,-9.5057,29.3232]},{"x-y":[-11.9669,28.013,-11.5114,27.137,-10.8069,27.5039,-10.2969,26.4212,-9.2102,26.8894,-9.6513,28.0027,-8.9758,28.3797,-9.5057,29.3232]}] -// */ -// -// private int id; -// private int item; -// private List<PointBean> point; -// -// public int getId() { -// return id; -// } -// -// public void setId(int id) { -// this.id = id; -// } -// -// public int getItem() { -// return item; -// } -// -// public void setItem(int item) { -// this.item = item; -// } -// -// public List<PointBean> getPoint() { -// return point; -// } -// -// public void setPoint(List<PointBean> point) { -// this.point = point; -// } -// -// public static class PointBean { -// @SerializedName("x-y") -// private List<Double> xy; -// -// public List<Double> getXy() { -// return xy; -// } -// -// public void setXy(List<Double> xy) { -// this.xy = xy; -// } -// -// @Override -// public String toString() { -// return "PointBean{" + -// "xy=" + FileUtil.ListToString(xy) + -// '}'; -// } -// } -// -// @Override -// public String toString() { -// return "ExamMap{" + -// "id=" + id + -// ", item=" + item + -// ", point=" + FileUtil.ListToString(point) + -// '}'; -// } - } \ No newline at end of file -- Gitblit v1.8.0