afs commented on code in PR #2406:
URL: https://github.com/apache/jena/pull/2406#discussion_r1557914418


##########
jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/mgt/ActionDatasets.java:
##########
@@ -381,10 +331,8 @@ protected void execDeleteItem(HttpAction action) {
             if  ( configurationFiles.size() > 1 ) {
                 // -- This should not happen.
                 action.log.warn(format("[%d] There are %d configuration files, 
not one.", action.id, configurationFiles.size()));
-                ServletOps.errorOccurred(
-                    format(
-                        "There are %d configuration files, not one. Delete not 
performed; clearup of the filesystem needed.",
-                        configurationFiles.size()));
+                ServletOps.errorOccurred(format("There are %d configuration 
files, not one. Delete not performed; clearup of the filesystem needed.",

Review Comment:
   Done as part of final prepartion.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to