Skip to content

Commit

Permalink
SHIBUI-2576
Browse files Browse the repository at this point in the history
Updates to develop branch to enable the beacon changes
  • Loading branch information
chasegawa committed Jul 7, 2023
1 parent dce04a0 commit 17736d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package edu.internet2.tier.shibboleth.admin.ui.domain.beacon;

import jakarta.persistence.Entity;
import jakarta.persistence.GeneratedValue;
import jakarta.persistence.GenerationType;
import jakarta.persistence.Id;
import lombok.Data;

import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.util.Date;

@Entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class BaseDataJpaTestConfiguration {

@Bean
HealthEndpoint getHealthEndpoint() {
return new HealthEndpoint(new DefaultHealthContributorRegistry(), new HealthEndpointGroups() {} {
return new HealthEndpoint(new DefaultHealthContributorRegistry(), new HealthEndpointGroups() {
@Override HealthEndpointGroup getPrimary() { return null }

@Override Set<String> getNames() { return null }
Expand Down

0 comments on commit 17736d8

Please sign in to comment.