Loading src/main/java/fr/unicaen/pdncertic/zotero/ZoteroClient.java +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ public class ZoteroClient { } } catch(Exception e){ throw new ZoteroClientException("bad json response format ?"); e.printStackTrace(); throw new ZoteroClientException(e.getMessage()); } } Loading Loading
src/main/java/fr/unicaen/pdncertic/zotero/ZoteroClient.java +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ public class ZoteroClient { } } catch(Exception e){ throw new ZoteroClientException("bad json response format ?"); e.printStackTrace(); throw new ZoteroClientException(e.getMessage()); } } Loading