Skip to content

Commit

Permalink
fix to a valid format
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarranzan committed Jan 26, 2024
1 parent b41dc74 commit 2ad8583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class YamlProvider implements MessageBodyReader<CityListDTO>, MessageBody
private final ObjectMapper mapper;

public YamlProvider() {
System.out.println("calling YAMLPROVIDER");
System.out.println("calling YAMLPROVIDER");
this.mapper = new ObjectMapper(new YAMLFactory());
}

Expand Down

0 comments on commit 2ad8583

Please sign in to comment.