質問編集履歴
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
public Item(Integer id, String product, java.sql.Timestamp _time) {
|
21
|
+
public Item(Integer id, String product, java.sql.Timestamp _datetime) {
|
22
22
|
|
23
23
|
_id = id;
|
24
24
|
|