Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Nov 29, 2023
1 parent 37e28c6 commit 560cd84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ private static Model createAggregatedModel(List<HttpWorker.ExecutionStats> data,
m.add(queryRes, IPROP.wrongCodes, ResourceFactory.createTypedLiteral(wrongCodes));
m.add(queryRes, IPROP.unknownException, ResourceFactory.createTypedLiteral(unknownExceptions));
m.add(queryRes, IPROP.totalTime, TimeUtils.createTypedDurationLiteralInSeconds(totalTime));
// m.add(queryRes, IPROP.totalTime, TimeUtils.createTypedDurationLiteral(totalTime));
m.add(queryRes, RDF.type, IONT.executedQuery);

return m;
Expand Down

0 comments on commit 560cd84

Please sign in to comment.