Skip to content

Commit

Permalink
[FIX] Unused method creating conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogliarte committed Apr 5, 2024
1 parent 2bc3524 commit 44eb08e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ public class RegisterShelterCertificateStepDefs {

public static String newResourceUri;

@ParameterType(value = "true|True|TRUE|false|False|FALSE")
public Boolean booleanValue(String value) {
return Boolean.valueOf(value);
}

@When("I register a new shelter certificate with id \"([^\"]*)\" for shelter with name \"([^\"]*)\"$")
public void iRegisterANewShelterCertificateWithIdForShelterWithName(Long id, String shelterName) throws Exception {
ShelterCertificate shelterCertificate = new ShelterCertificate();
Expand Down

0 comments on commit 44eb08e

Please sign in to comment.