Skip to content

Commit e0992a0

Browse files
committed
Updated doc.
1 parent cd333d0 commit e0992a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dspace-server-webapp/src/main/java/org/dspace/app/rest/submit/step/DescribeStep.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ private Operation getOperationWithChangedMetadataField(Operation oldOp, String m
261261
// Operation has a value wrapped in the JsonValueEvaluator
262262
JsonValueEvaluator jsonValEvaluator = (JsonValueEvaluator) oldOp.getValue();
263263
if (jsonValEvaluator == null) {
264-
log.warn("The complex input field for the `local.sponsor` is not processed, " +
265-
"because the operation doesn't have a value.");
264+
log.warn("The complex input field is not processed, because the operation doesn't have a value.");
266265
return null;
267266
}
268267
Iterator<JsonNode> jsonNodes = jsonValEvaluator.getValueNode().elements();

0 commit comments

Comments
 (0)