Skip to content

Commit c0a933d

Browse files
committed
removed comment
1 parent f46275f commit c0a933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsf-fhir/dsf-fhir-server/src/test/java/dev/dsf/fhir/dao/TestOrganizationIdentity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class TestOrganizationIdentity extends OrganizationIdentityImpl
1212
{
1313
private TestOrganizationIdentity(boolean localIdentity, Organization organization, Set<? extends DsfRole> roles)
1414
{
15-
super(localIdentity, organization, null, roles, null); // TODO not null endpoint?
15+
super(localIdentity, organization, null, roles, null);
1616
}
1717

1818
public static TestOrganizationIdentity local(Organization organization)

0 commit comments

Comments
 (0)