1.1 restoration
[mir.git] / source / mircoders / localizer / MirOpenPostingLocalizer.java
index c8830b3..fccebe3 100755 (executable)
@@ -40,49 +40,23 @@ import mircoders.entity.EntityContent;
 public interface MirOpenPostingLocalizer {
 
   /**
-   * Class to encapsulate a validation error
    *
-   * <p>Title: </p>
-   * <p>Description: </p>
-   * <p>Copyright: Copyright (c) 2003</p>
-   * <p>Company: </p>
-   * @author not attributable
-   * @version 1.0
-   */
-
-  /**
-   *
-   * @param aRequest
-   * @param aSession
-   * @return
-   * @throws MirLocalizerExc
-   * @throws MirLocalizerFailure
    */
   public SessionHandler getOpenSessionHandler(Request aRequest, Session aSession) throws MirLocalizerExc, MirLocalizerFailure;
 
   /**
-   *
-   * @param aComment
-   * @throws MirLocalizerExc
-   * @throws MirLocalizerFailure
+   * This method will be called after a comment has been posted
+   * via the open posting interface.
    */
   public void afterCommentPosting(EntityComment aComment) throws MirLocalizerExc, MirLocalizerFailure;
 
   /**
    * This method will be called after an article is posted via the open posting interface.
-   *
-   * @param aContent
-   * @throws MirLocalizerExc
-   * @throws MirLocalizerFailure
    */
   public void afterContentPosting(EntityContent aContent) throws MirLocalizerExc, MirLocalizerFailure;
 
   /**
    *
-   *
-   * @return
-   * @throws MirLocalizerExc
-   * @throws MirLocalizerFailure
    */
 
   public List getAntiAbuseFilterTypes() throws MirLocalizerExc, MirLocalizerFailure;