[ http://issues.apache.org/jira/browse/BEEHIVE-922?page=comments#action_12323271 ]
Jeremiah Johnson commented on BEEHIVE-922: ------------------------------------------ All examples of PublisherControl are broken: they imply that a ControlInterface may be abstract, but that isn't the case. --- current example public class PublisherControlImpl extends PublisherControl --- the simplest fix for that would be public class PublisherControlImpl implements PublisherControl --- This appears in sections 6.1 (in two separate examples) and in section 8.3.1. The Control Interface may not be a class or abstract class; if a developer attempts to write a Control Interface as anything but an interface, they will get this message from APT: "The ControlInterface or ControlExtension annotation may only be used on a Java interface." > group of doc issues in Controls Programming document > ---------------------------------------------------- > > Key: BEEHIVE-922 > URL: http://issues.apache.org/jira/browse/BEEHIVE-922 > Project: Beehive > Type: Bug > Components: Documentation > Versions: V1 > Environment: dist built from SVN r280352 > Reporter: Jeremiah Johnson > Assignee: Jeremiah Johnson > Priority: Minor > Fix For: V1 > > There are a few errors in > trunk/docs/forrest/release/src/documentation/context/xdocs/controls/programming.xml > If this issue is assigned to me, please don't fix the document yet - I > haven't finished going through it. I decided to create this bug so I could > add issues from the document as they came up. I had created BEEHIVE-917 with > a specific scope, but I see now that there are a few unrelated issues in the > document so I'm creating this new bug to track everything I find (that is > outside the scope of BEEHIVE-917). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
