dspace-api: remove trailing whitespace

This commit is contained in:
Alan Orth
2025-02-12 15:40:59 +03:00
parent d9c8366be0
commit 175075cf5e

View File

@@ -28,7 +28,7 @@ import org.dspace.util.SimpleMapConverter;
* to map to a single string value based on mapped keys.<br/>
* Like:<br/>
* <code>journal-article = Article<code/>
*
*
* @author paulo-graca
*
*/
@@ -83,4 +83,4 @@ public class StringJsonValueMappingMetadataProcessorService implements JsonPathM
this.path = path;
}
}
}