Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Jan 8, 2025
1 parent 4a34535 commit 34adbec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ public static OrganisationUnit createOrganisationUnit(char uniqueCharacter) {
unit.setName("OrganisationUnit" + uniqueCharacter);
unit.setShortName("OrganisationUnitShort" + uniqueCharacter);
unit.setCode("OrganisationUnitCode" + uniqueCharacter);
unit.setPath(unit.getPath());
unit.setOpeningDate(date);
unit.setComment("Comment" + uniqueCharacter);
// unit.getSharing().setPublicAccess("--------");
Expand Down

0 comments on commit 34adbec

Please sign in to comment.