We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36aed0d commit bdb9627Copy full SHA for bdb9627
1 file changed
src/main/java/edu/harvard/iq/dataverse/pidproviders/doi/datacite/DataCiteRESTfullClient.java
@@ -324,11 +324,11 @@ public String inactiveDataset(String doi) {
324
}
325
326
/**
327
- * The main() method can be used to test the functionality on the command
328
- * line outside of Dataverse.
329
- * Un-comment out and modify the code below as needed.
+ * The main() method can be used to test the functionality on the command
+ * line outside of Dataverse.
+ * Un-comment out and modify the code below as needed.
330
* @param args
331
- * @throws Exception
+ * @throws Exception
332
*/
333
public static void main(String[] args) throws Exception {
334
String doi = "10.5072/DVN/274533";
0 commit comments