Skip to content

Commit

Permalink
Implement getOptionalSite
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff committed Sep 4, 2024
1 parent 65b5b80 commit 497d4c6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,12 @@ public String merge( String toSiteId, Element e, String creatorId )

@Override
public void activateRoleViewOnSite(String s, String s1) throws SakaiException {


}

@Override
public Optional<Site> getOptionalSite(String id) {
return null;
}

@Override
Expand Down

0 comments on commit 497d4c6

Please sign in to comment.