修复被误删的获取列表数据的方法

This commit is contained in:
彭宇琦 2020-05-14 13:20:45 +08:00
parent c571125f9a
commit 9f8135656c
1 changed files with 1 additions and 1 deletions

View File

@ -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));
} }
/** /**