Changeset 91:cbf66977a150

Show
Ignore:
Timestamp:
06/17/08 14:09:50 (5 years ago)
Author:
fbatard
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@92
Message:

correction format javadoc

Location:
org/w3c/unicorn
Files:
13 modified

Legend:

Unmodified
Added
Removed
  • org/w3c/unicorn/contract/CallMethod.java

    r88 r91  
    1 // $Id: CallMethod.java,v 1.2 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: CallMethod.java,v 1.3 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Jean-Guilhem Rouel 
    33// (c) COPYRIGHT MIT, ERCIM and Keio, 2006. 
     
    2323 
    2424        /** 
    25          *  
     25         * URL for the call 
    2626         */ 
    2727        private URL aURL; 
  • org/w3c/unicorn/exceptions/EmptyDocumentException.java

    r90 r91  
    1 // $Id: EmptyDocumentException.java,v 1.3 2008-06-17 14:03:09 fbatard Exp $ 
     1// $Id: EmptyDocumentException.java,v 1.4 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Jean-Guilhem Rouel 
    33// (c) COPYRIGHT MIT, ERCIM and Keio, 2006. 
     
    88 * EmptyDocumentException<br /> 
    99 * Created: Jul 7, 2006 5:26:56 PM<br /> 
     10 * Exception used when the document is empty 
     11 * @author Jean-Guilhem Rouel  
    1012 *  
    11  * @author Jean-Guilhem Rouel  
    12  * Exception used when the document is empty 
    1313 */ 
    1414public class EmptyDocumentException extends Exception { 
  • org/w3c/unicorn/exceptions/NoDocumentException.java

    r90 r91  
    1 // $Id: NoDocumentException.java,v 1.3 2008-06-17 14:03:09 fbatard Exp $ 
     1// $Id: NoDocumentException.java,v 1.4 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Jean-Guilhem Rouel 
    33// (c) COPYRIGHT MIT, ERCIM and Keio, 2006. 
     
    88 * NoDocumentException<br /> 
    99 * Created: Jul 7, 2006 5:26:38 PM<br /> 
     10 * Exception used when there is no document to analyze 
     11 * @author Jean-Guilhem Rouel  
    1012 *  
    11  * @author Jean-Guilhem Rouel  
    12  * Exception used when there is no document to analyze 
    1313 */ 
    1414public class NoDocumentException extends Exception { 
  • org/w3c/unicorn/exceptions/NoMimeTypeException.java

    r90 r91  
    1 // $Id: NoMimeTypeException.java,v 1.3 2008-06-17 14:03:09 fbatard Exp $ 
     1// $Id: NoMimeTypeException.java,v 1.4 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Jean-Guilhem Rouel 
    33// (c) COPYRIGHT MIT, ERCIM and Keio, 2006. 
     
    88 * NoMimeTypeException<br /> 
    99 * Created: Jul 7, 2006 5:30:51 PM<br /> 
     10 * Exception that occurs when mime-type isn't specified 
     11 * @author Jean-Guilhem Rouel  
    1012 *  
    11  * @author Jean-Guilhem Rouel  
    12  * Exception that occurs when mime-type isn't specified 
    1313 */ 
    1414public class NoMimeTypeException extends Exception { 
  • org/w3c/unicorn/exceptions/NoTaskException.java

    r90 r91  
    1 // $Id: NoTaskException.java,v 1.3 2008-06-17 14:03:09 fbatard Exp $ 
     1// $Id: NoTaskException.java,v 1.4 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Jean-Guilhem Rouel 
    33// (c) COPYRIGHT MIT, ERCIM and Keio, 2006. 
     
    88 * NoTaskException<br /> 
    99 * Created: Jul 7, 2006 5:43:15 PM<br /> 
     10 * Exception used when the user didn't specify the task to perform 
     11 * @author Jean-Guilhem Rouel  
    1012 *  
    11  * @author Jean-Guilhem Rouel  
    12  * Exception used when the user didn't specify the task to perform 
    1313 */ 
    1414public class NoTaskException extends Exception { 
  • org/w3c/unicorn/input/DirectInputModule.java

    r88 r91  
    1 // $Id: DirectInputModule.java,v 1.2 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: DirectInputModule.java,v 1.3 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    1212 
    1313/** 
    14  * @author Damien LEROY Class used for the direct input method check 
     14 * Class used for the direct input method check 
     15 * @author Damien LEROY  
    1516 */ 
    1617public class DirectInputModule implements InputModule { 
  • org/w3c/unicorn/input/FakeUploadInputModule.java

    r88 r91  
    1 // $Id: FakeUploadInputModule.java,v 1.2 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: FakeUploadInputModule.java,v 1.3 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    1515 
    1616/** 
    17  * @author Damien LEROY Class used for the fake upload input method check It 
    18  *         means make the observer believe it was a direct input whereas it 
    19  *         wasn't 
     17 * Class used for the fake upload input method check It 
     18 * means make the observer believe it was a direct input whereas it 
     19 * wasn't 
     20 * @author Damien LEROY  
    2021 */ 
    2122public class FakeUploadInputModule implements UploadInputModule { 
  • org/w3c/unicorn/input/FileItemInputModule.java

    r88 r91  
    1 // $Id: FileItemInputModule.java,v 1.2 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: FileItemInputModule.java,v 1.3 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    1414 
    1515/** 
     16 * Class to deal with the file input method 
    1617 * @author Damien LEROY 
    1718 *  
  • org/w3c/unicorn/input/InputFactory.java

    r88 r91  
    1 // $Id: InputFactory.java,v 1.2 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: InputFactory.java,v 1.3 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    1515 
    1616/** 
    17  * @author Damien LEROY Class which deals with the creation of input method 
     17 * Class which deals with the creation of input method 
     18 * @author Damien LEROY  
    1819 */ 
    1920public class InputFactory { 
  • org/w3c/unicorn/input/InputModule.java

    r88 r91  
    1 // $Id: InputModule.java,v 1.2 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: InputModule.java,v 1.3 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    1414 
    1515/** 
    16  * @author Damien LEROY Interface for an input module 
     16 * Interface for an input module 
     17 * @author Damien LEROY  
    1718 */ 
    1819public interface InputModule { 
  • org/w3c/unicorn/input/URIInputModule.java

    r88 r91  
    1 // $Id: URIInputModule.java,v 1.3 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: URIInputModule.java,v 1.4 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    1919 
    2020/** 
    21  * @author Damien LEROY Class used to deal with the URI method for inputs 
     21 * Class used to deal with the URI method for inputs 
     22 * @author Damien LEROY  
    2223 */ 
    2324public class URIInputModule implements InputModule { 
  • org/w3c/unicorn/input/UploadInputModule.java

    r88 r91  
    1 // $Id: UploadInputModule.java,v 1.2 2008-06-17 13:41:12 fbatard Exp $ 
     1// $Id: UploadInputModule.java,v 1.3 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    1111 
    1212/** 
    13  * @author Damien LEROY Interface for the UploadInputModule 
     13 * Interface for the UploadInputModule 
     14 * @author Damien LEROY  
    1415 */ 
    1516public interface UploadInputModule extends InputModule { 
  • org/w3c/unicorn/request/DirectRequestPOST.java

    r88 r91  
    1 // $Id: DirectRequestPOST.java,v 1.5 2008-06-17 13:41:11 fbatard Exp $ 
     1// $Id: DirectRequestPOST.java,v 1.6 2008-06-17 14:09:50 fbatard Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    2020 
    2121/** 
    22  * @author Damien LEROY Class to make a request directly using POST method 
     22 * Class to make a request directly using POST method 
     23 * @author Damien LEROY  
    2324 */ 
    2425public class DirectRequestPOST extends Request {