Skip to content
Snippets Groups Projects
Commit 58784b12 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Correct in commented out parts: relationForWorkList --> relationsForWorkList

parent 191ff622
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ public class RecordDelivererDC extends RecordDelivererAbstract { ...@@ -48,7 +48,7 @@ public class RecordDelivererDC extends RecordDelivererAbstract {
private String[] publisherList; private String[] publisherList;
private String[] relationList; private String[] relationList;
// FIXME Why is this commented out? I just adapted beans.xml file. // FIXME Why is this commented out? I just adapted beans.xml file.
// private String[] relationForWorkList; // private String[] relationsForWorkList;
private String[] rightList; private String[] rightList;
private String[] sourceList; private String[] sourceList;
private String[] subjectList; private String[] subjectList;
...@@ -439,7 +439,7 @@ public class RecordDelivererDC extends RecordDelivererAbstract { ...@@ -439,7 +439,7 @@ public class RecordDelivererDC extends RecordDelivererAbstract {
// * @param relationsForWorkList // * @param relationsForWorkList
// */ // */
// public void setRelationsForWork(String[] relationsForWorkList) { // public void setRelationsForWork(String[] relationsForWorkList) {
// this.relationForWorkList = relationsForWorkList; // this.relationsForWorkList = relationsForWorkList;
// } // }
/** /**
......
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