package mentata.ldaphttp.forum; import mentata.ldaphttp.LDAPHttpException; /** * A directory entry that represents a comment in reference to an news item from The Register. */ public class registerrep extends rep { /** * Instantiates an empty template for an O'Reilly weblog reply. */ public registerrep() throws LDAPHttpException { // set default values for this object setCategory("register"); setLabel("The Register news reply"); setFeed("http://www.theregister.co.uk/tonys/slashdot.rdf"); } }