Skip to content

Commit 72563ae

Browse files
Gustavo Brown RodriguezBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/issue205291_main-net' into beta
1 parent 0a22e49 commit 72563ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/genexus/GXExternalCollection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public Vector getStruct()
100100
}
101101

102102
@SuppressWarnings("unchecked")
103-
public ArrayList getExternalInstance() {
103+
public <E> ArrayList<E> getExternalInstance() {
104104
ArrayList list = new ArrayList();
105105
for (T Item : this)
106106
{

0 commit comments

Comments
 (0)