Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public class MyAction implements IAction {
public void setAttachments(int index, Object o)
{     //do something   }
public Object getAttachments(int index)
 { //will not be called }
public void execute() throws Exception {}
}

...