Project

General

Profile

« Previous | Next » 

Revision 36089

Affiliation id is no longer a sequence. Publication affiliations are now saved correctly

View differences:

Affiliation.java
1 1
package eu.dnetlib.goldoa.domain;
2 2

  
3
import org.apache.commons.codec.digest.DigestUtils;
4

  
3 5
import java.io.Serializable;
4 6
import java.util.Date;
5 7

  
......
77 79
	public void setDepartment(String department) {
78 80
		this.department = department;
79 81
	}
82

  
80 83
}

Also available in: Unified diff