修复被误删的获取列表数据的方法
This commit is contained in:
parent
c571125f9a
commit
9f8135656c
|
@ -183,7 +183,7 @@ public class DataListElement extends AbstractElement {
|
||||||
* @throws TimeoutException 元素在指定时间内无法找到时抛出的异常
|
* @throws TimeoutException 元素在指定时间内无法找到时抛出的异常
|
||||||
*/
|
*/
|
||||||
public void add(String name, ByType byType) {
|
public void add(String name, ByType byType) {
|
||||||
|
add(new ElementInformation(name, byType));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue