Skip to content

Commit

Permalink
added json to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Oct 7, 2024
1 parent e7caf0d commit 9b7fb5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public R perform(Context context, R object, Operation operation) {
item.setDiscoverable(discoverable);
try {
provenanceService.makeDiscoverable(context, item, discoverable);
//tu
} catch (SQLException ex) {
throw new RuntimeException("SQLException occurred when item making " + (discoverable ? "" : "non-")
+ "discoverable.", ex);
Expand Down

0 comments on commit 9b7fb5c

Please sign in to comment.