Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.2, 1.1
-
Fix Version/s: 1.1
-
Component/s: modello-core
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
snippet
<field xml.transient="true">
<name>sandboxes</name>
<description>Describes the sandboxes to a project.</description>
<type>Map</type>
<association>
<type>Sandbox</type>
<multiplicity>*</multiplicity>
</association>
</field>
generated method:
/**
* Method addSandboxe.
*
* @param key
* @param value
*/
public void addSandboxe( Object key, Sandbox value )
{
getSandboxes().put( key, value );
} //-- void addSandbox( Object, Sandbox )
addSandbox sounds better...
Patch applied in r1281, thanks.