Skip to content

Commit

Permalink
Fixed annotation import
Browse files Browse the repository at this point in the history
  • Loading branch information
milux committed Nov 2, 2023
1 parent f02a675 commit fb50b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import de.fhg.aisec.ids.api.router.RouteVerificationProof
import de.fhg.aisec.ids.dataflowcontrol.lucon.LuconEngine
import de.fhg.aisec.ids.dataflowcontrol.lucon.TuPrologHelper.escape
import de.fhg.aisec.ids.dataflowcontrol.lucon.TuPrologHelper.listStream
import jakarta.annotation.PostConstruct
import org.slf4j.LoggerFactory
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.stereotype.Component
Expand All @@ -47,7 +48,6 @@ import java.nio.file.Files
import java.util.LinkedList
import java.util.concurrent.ExecutionException
import java.util.concurrent.TimeUnit
import javax.annotation.PostConstruct

/**
* This is a singleton, i.e. there will only be one instance of PolicyDecisionPoint within the whole
Expand Down

0 comments on commit fb50b22

Please sign in to comment.