format code

This commit is contained in:
Alessia Bardi 2021-01-25 18:02:49 +01:00
parent ded6ed8d7d
commit 505477f36f
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,6 @@ public class OdfToOafMapper extends AbstractMdRecordToOafMapper {
author.setName(name);
}
if (StringUtils.isBlank(surname) & pp.isAccurate()) {
author.setSurname(pp.getNormalisedSurname());
} else {

View File

@ -388,6 +388,7 @@ public class MappersTest {
System.out.println(new ObjectMapper().writeValueAsString(list));
System.out.println("***************");
}
@Test
void testBologna() throws IOException {
final String xml = IOUtils.toString(getClass().getResourceAsStream("oaf-bologna.xml"));