You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finalResults.getResults().add(result.getResults().get(0)); // Note this will move the element from one list to another (EMF implementation) so although we always access
finalResults.getResults().add(result.getResults().get(0)); //Note this will move the element from one list to another (EMF implementation) so although we always access the 0th element it's always a different one
199
+
finalResults.getResults().add(result.getResults().get(0)); // Note this will move the element from one list to another (EMF implementation) so although we always access
200
+
// the 0th element it's always a different one
175
201
finalIds.add(id);
176
202
}
177
203
}
@@ -187,6 +213,7 @@ public QueryResults getResults() throws GeppettoDataSourceException
0 commit comments