There is a bug in the example source found in the HOWTO for Anonymous Keys

In the class "Finish", the method reads as follows:
 
 public void setWood(String nom)
    {
        this.wood = wood;
    }

The setter has no effect.

-alexander

Reply via email to