We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a22e49 commit 72563aeCopy full SHA for 72563ae
common/src/main/java/com/genexus/GXExternalCollection.java
@@ -100,7 +100,7 @@ public Vector getStruct()
100
}
101
102
@SuppressWarnings("unchecked")
103
- public ArrayList getExternalInstance() {
+ public <E> ArrayList<E> getExternalInstance() {
104
ArrayList list = new ArrayList();
105
for (T Item : this)
106
{
0 commit comments