Skip to content

Commit ef7aca1

Browse files
Update NameValueCollection.java
1 parent 65af2e6 commit ef7aca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/WebFormsCore/NameValueCollection.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package WebFormsCore;
22

3+
// Compatible with WebFormsJS version 1.6
4+
35
import java.util.List;
46
import java.util.ArrayList;
57

@@ -107,4 +109,4 @@ public String getValueByIndex(int index) {
107109
public List<NameValue> getList() {
108110
return nameValueList;
109111
}
110-
}
112+
}

0 commit comments

Comments
 (0)