Skip to content

Commit

Permalink
Fix model visibility in UserController
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Dec 1, 2023
1 parent 28e1b4a commit 43ac5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ubc/pavlab/rdp/controllers/UserController.java
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public String verifyContactEmail( @RequestParam String token, RedirectAttributes

@Data
@Builder
static class ProfileWithOrganUberonIdsAndOntologyTerms {
public static class ProfileWithOrganUberonIdsAndOntologyTerms {
/**
* Profile
*/
Expand Down Expand Up @@ -425,7 +425,7 @@ public Collection<UserOntologyTerm> getOntologyTerms() {
}

@Data
static class Model {
public static class Model {
private Map<Integer, TierType> geneTierMap;
private Map<Integer, PrivacyLevelType> genePrivacyLevelMap;
private List<String> goIds;
Expand Down

0 comments on commit 43ac5d1

Please sign in to comment.