[ https://issues.apache.org/jira/browse/JENA-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andy Seaborne closed JENA-2275. ------------------------------- Resolution: Won't Do > Incorrect utility function causes unit test to fail > --------------------------------------------------- > > Key: JENA-2275 > URL: https://issues.apache.org/jira/browse/JENA-2275 > Project: Apache Jena > Issue Type: Bug > Affects Versions: Jena 3.17.0 > Reporter: yayuyao > Priority: Minor > > in StoreList.java line 87, this code was commented. it's return value is > StoreDesc. Actually, it was designed as Store. > |//List<Pair<String, Store>> z = Iter.iter(x).map(t1).map(t2).toList() ;| > || -- This message was sent by Atlassian Jira (v8.20.1#820001)