implement "getConceptDetails" in REST client

Issue #1952 resolved
Robert Jäschke created an issue

this function seems to be missing:

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:293)
    at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.UnsupportedOperationException
    at org.bibsonomy.rest.client.RestLogic.getConceptDetails(RestLogic.java:418)
    at Test.main(Test.java:21)
    ... 6 more

Comments (3)

  1. Log in to comment