Skip to content

Commit

Permalink
#0 - minor changes after merge resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Sep 17, 2024
1 parent e9f37b0 commit e264d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.avni.server.dao.sync.SyncEntityName;
import org.avni.server.domain.AddressLevel;
import org.avni.server.domain.accessControl.PrivilegeType;
import org.avni.server.service.AddressLevelService;
import org.avni.server.service.LocationService;
import org.avni.server.service.ScopeBasedSyncService;
import org.avni.server.service.UserService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ public TestFormElementGroupBuilder withIsVoided(boolean isVoided) {
return this;
}

public TestFormElementGroupBuilder withDisplay(String display) {
formElementGroup.setDisplay(display);
return this;
}

public TestFormElementGroupBuilder withRule(String rule) {
formElementGroup.setRule(rule);
return this;
Expand Down

0 comments on commit e264d92

Please sign in to comment.