Skip to content

Commit

Permalink
Bugfix for updating origin plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Oct 18, 2023
1 parent bdcd0c8 commit 120f1aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/jasper/service/OriginService.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import java.io.IOException;
import java.time.Instant;

@Service
@Transactional
public class OriginService {
private static final Logger logger = LoggerFactory.getLogger(OriginService.class);

Expand Down

0 comments on commit 120f1aa

Please sign in to comment.