[GitHub] jena issue #498: JENA-1639: Model.getList and Statement.getList

2018-11-25 Thread afs
Github user afs commented on the issue:

https://github.com/apache/jena/pull/498
  
Ditto!


---


[GitHub] jena issue #498: JENA-1639: Model.getList and Statement.getList

2018-11-25 Thread ajs6f
Github user ajs6f commented on the issue:

https://github.com/apache/jena/pull/498
  
Ah, I _always_  get `ModelCon` and `ModelCom` (impl) confused. Cool!


---


[GitHub] jena issue #498: JENA-1639: Model.getList and Statement.getList

2018-11-25 Thread afs
Github user afs commented on the issue:

https://github.com/apache/jena/pull/498
  
`interface Model extends ModelCon`

(I think to put many of the convenience wrappings in a different place i.e. 
`ModelCon`)


---


[GitHub] jena issue #498: JENA-1639: Model.getList and Statement.getList

2018-11-25 Thread ajs6f
Github user ajs6f commented on the issue:

https://github.com/apache/jena/pull/498
  
I'm probably confused, but where is `Model::getList` being added? I just 
see a change to `createList` and `getList` is only added to `ModelCon`.


---