added another explicit public constructor

This commit is contained in:
Francesco Mangiacrapa 2023-07-25 14:39:08 +02:00
parent cf0b11f4bc
commit 6776c075ec
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class ItemTranslateError implements Serializable {
/** /**
* Instantiates a new zenodo translate error. * Instantiates a new zenodo translate error.
*/ */
ItemTranslateError() { public ItemTranslateError() {
} }
/** /**