Skip to content

Commit

Permalink
[SHIBUI-1030]
Browse files Browse the repository at this point in the history
Fixed recently broken tests. Unfortunate, considering this annotation
change made IntelliJ happy.
  • Loading branch information
Bill Smith committed Jan 16, 2019
1 parent 2dc59ed commit e74abe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import javax.servlet.http.HttpServletRequest;

@Configuration
@EnableConfigurationProperties({CustomPropertiesConfiguration.class, ShibUIConfiguration.class, EmailConfiguration.class})
@EnableConfigurationProperties({CustomPropertiesConfiguration.class, ShibUIConfiguration.class})
public class CoreShibUiConfiguration {
private static final Logger logger = LoggerFactory.getLogger(CoreShibUiConfiguration.class);

Expand Down

0 comments on commit e74abe9

Please sign in to comment.