Project

General

Profile

« Previous | Next » 

Revision 46067

View differences:

JournalInfoStep.java
219 219
                journal.setUrl(url.getValue().trim());
220 220
                journal.setLanguages(languages.getValue().trim());
221 221
                journal.setIssn(issnAndEissn.getValue().trim());
222
                journal.setCountry(country.getValue().trim());
222
                journal.setCountry(new Country(country.getValue().trim()));
223 223
                journal.setSubjects(subjects.getValue().trim());
224 224
                journal.setLicence(licence.getValue().trim());
225 225

  

Also available in: Unified diff