forked from antonis.lempesis/dnet-hadoop
fixed typo
This commit is contained in:
parent
46ba3793f6
commit
a172a37ad1
|
@ -34,7 +34,7 @@ import scala.Tuple2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Preparation of the Project information to be added to the dumped results. For each result associated to at least one
|
* Preparation of the Project information to be added to the dumped results. For each result associated to at least one
|
||||||
* Project, a serialization of an instance af ResultProject closs is done. ResultProject contains the resultId, and the
|
* Project, a serialization of an instance af ResultProject class is done. ResultProject contains the resultId, and the
|
||||||
* list of Projects (as in eu.dnetlib.dhp.schema.dump.oaf.community.Project) it is associated to
|
* list of Projects (as in eu.dnetlib.dhp.schema.dump.oaf.community.Project) it is associated to
|
||||||
*/
|
*/
|
||||||
public class SparkPrepareResultProject implements Serializable {
|
public class SparkPrepareResultProject implements Serializable {
|
||||||
|
|
Loading…
Reference in New Issue