NIHVIVO-646 JS bug fixes and refinements
This commit is contained in:
parent
9a525138bf
commit
fc8e41feec
1 changed files with 3 additions and 2 deletions
|
@ -91,11 +91,12 @@ public class PrimitiveRdfEdit extends FreeMarkerHttpServlet{
|
|||
|
||||
protected void processRequest(VitroRequest vreq, HttpServletResponse response) {
|
||||
|
||||
/* Test error case
|
||||
//Test error case
|
||||
/*
|
||||
if (1==1) {
|
||||
doError(response, "Test error", 500);
|
||||
return;
|
||||
}*/
|
||||
} */
|
||||
|
||||
/* Predefined values for RdfFormat are "RDF/XML",
|
||||
* "N-TRIPLE", "TURTLE" (or "TTL") and "N3". null represents
|
||||
|
|
Loading…
Add table
Reference in a new issue