Commit 538e2669 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

traçage erreur.

parent a5d3554a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@ public class ZoteroClient {
            }
        }
        catch(Exception e){
            throw new ZoteroClientException("bad json response format ?");
            e.printStackTrace();
            throw new ZoteroClientException(e.getMessage());
        }

    }