BridgesUNCC / bridges-java

JAVA Client library for Bridges
http://bridgesuncc.github.io
GNU General Public License v2.0
4 stars 12 forks source link

getDataSetJSON is incorrectly named #186

Open esaule opened 3 months ago

esaule commented 3 months ago

The getDataSetJSON function does not care what it returns. So it doesn't care wheter it is JSON or not. So probably the function should not have JSON in its name. probably should be called getDataSetCached since this fundamentally what it does.