Skip to content

Commit

Permalink
Removed annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Sep 16, 2024
1 parent 7fc490c commit 35d0adf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.wse.qanaryexplanationservice.controller;

import com.wse.qanaryexplanationservice.annotations.LogExecution;
import com.wse.qanaryexplanationservice.exceptions.ExplanationException;
import com.wse.qanaryexplanationservice.helper.dtos.ComposedExplanationDTO;
import com.wse.qanaryexplanationservice.helper.dtos.QanaryExplanationData;
Expand All @@ -20,7 +19,6 @@
import java.io.IOException;

@RestController
@ControllerAdvice
public class ExplanationController {

private final Logger logger = LoggerFactory.getLogger(ExplanationController.class);
Expand Down Expand Up @@ -236,7 +234,6 @@ public ResponseEntity<?> getComposedExplanation(
}
}

@LogExecution
@GetMapping("/explain/pipeline/{graph}")
@Operation()
public ResponseEntity<?> getPipelineExplanation(@PathVariable String graph) throws IOException {
Expand Down

0 comments on commit 35d0adf

Please sign in to comment.