Skip to content

Commit

Permalink
Removed unnecesary annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Sep 7, 2020
1 parent ef57b32 commit 74db854
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import lombok.AllArgsConstructor;
import org.apiguardian.api.API;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
Expand All @@ -26,7 +25,7 @@
import static org.apiguardian.api.API.Status.INTERNAL;

@API(status = INTERNAL)
@AllArgsConstructor(onConstructor = @__(@Autowired))
@AllArgsConstructor
@Configuration(proxyBeanMethods = false)
@ConditionalOnWebApplication
@ConditionalOnClass(WebSecurityConfigurer.class)
Expand Down

0 comments on commit 74db854

Please sign in to comment.