Skip to content

Commit

Permalink
Forgot the set-method definition.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X@76007 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rgoers committed Nov 16, 2004
1 parent d70867e commit df900a5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@
<bind-xml name="attribute"/>
</field>

<field name="title" type="java.lang.String" get-method="getInstanceTitle">
<field name="title" type="java.lang.String" get-method="getInstanceTitle" set-method="setTitle">
<bind-xml name="title"/>
</field>
</class>
Expand Down

0 comments on commit df900a5

Please sign in to comment.