DS-3782: Restore lines that should not be modified

This commit is contained in:
Tom Desair
2018-07-18 16:44:41 +02:00
parent 8ffbec58ca
commit de33709364
8 changed files with 29 additions and 30 deletions

View File

@@ -680,6 +680,7 @@ public abstract class DSpaceObjectServiceImpl<T extends DSpaceObject> implements
moved.getAuthority(), moved.getConfidence());
}
}
@Override
public void replaceMetadata(Context context, T dso, String schema, String element, String qualifier, String lang,
String value, String authority, int confidence, int index) throws SQLException {