Skip to content
Snippets Groups Projects
Commit a869fe7c authored by mbrodhu's avatar mbrodhu
Browse files

deleted setter setFormatField in ListIdentifierDC in beans. It is not necessary to have it

parent bbe468e2
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ public class IdentifierListDelivererDC extends IdentifierListDelivererAbstract {
private String[] identifierListFields; //Fields for the elasticsearch request
private String rangeField; // Field for the optional range query
// private String formatToFilter; // just necessary in textgrid case to just get the editions
// private String formatField; // just necessary in textgrid to just get the editions
//private String formatToFilter; // just necessary in textgrid case to just get the editions
//private String formatField; // just necessary in textgrid to just get the editions
private String dateOfObjectCreation; // Field for the object creation in the repository
private String repositoryObjectURIPrefix; //
private String identifierField;
......
......@@ -124,7 +124,7 @@
<bean id="ListIdentifierDC" class="info.textgrid.middleware.IdentifierListDelivererDC">
<constructor-arg index="0" value="${textgrid}" />
<constructor-arg index="1" value="${dariah}" />
<property name="formatField" value="${formatField}" />
<!-- <property name="formatField" value="${formatField}" />-->
<property name="formatToFilter" value="${formatToFilter}" />
<property name="dateOfObjectCreation" value="${dateOfObjectCreation}" />
<property name="repositoryObjectURIPrefix" value="${repositoryObjectURIPrefix}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment