You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entry not necessary for meta data anymore [fixes #11]
* you do not need to provide an ArchiveEntry to create meta data:
{{{
#!java
entry.addDescription(new DefaultMetaDataObject(entry, "i1",jdomElement));
// becomes
entry.addDescription("i1", new DefaultMetaDataObject(jdomElement));
Trac Ticket #11
component: code
owner: martin
reporter: martin
created: 2014-06-06 12:13:47
milestone:
type: task
version:
keywords:
an other thing but more superficial, for adding a metadata description, we are supposed to do like this:
{{{
#!java
entry.addDescription(new DefaultMetaDataObject(entry, "i1",jdomElement));
}}}
Maybe it's justified but is there any need to re-specify the current entry in the metadata object constructor again ?
comment 1
time: 2014-06-17 14:05:48
author: Martin Scharm [email protected]
In None:
}}}
comment 2
time: 2014-06-17 14:05:48
author: Martin Scharm [email protected]
Updated resolution to fixed
comment 3
time: 2014-06-17 14:05:48
author: Martin Scharm [email protected]
Updated status to closed
The text was updated successfully, but these errors were encountered: