From 9550ce0b9601a42d63326515371ccc7733bf8d44 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Tue, 13 Jul 2021 18:26:07 +0200 Subject: [PATCH] changed description --- src/main/java/eu/dnetlib/dhp/schema/dump/oaf/APC.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/APC.java b/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/APC.java index 7f5dcb3..0d5ad63 100644 --- a/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/APC.java +++ b/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/APC.java @@ -4,7 +4,7 @@ package eu.dnetlib.dhp.schema.dump.oaf; import java.io.Serializable; /** - * Used to refer to the Article Processing Charge information. Not dumped in this release. It contains two parameters: - + * Used to refer to the Article Processing Charge information. It contains two parameters: - * currency of type String to store the currency of the APC - amount of type String to stores the charged amount */ public class APC implements Serializable {