sraeburn    2003/08/10 03:20:50

  Modified:    src/share/org/apache/struts/plugins DigestingPlugIn.java
  Log:
  Tidied up @see tags. Are they all neccessary?
  
  Revision  Changes    Path
  1.4       +16 -16    
jakarta-struts/src/share/org/apache/struts/plugins/DigestingPlugIn.java
  
  Index: DigestingPlugIn.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/plugins/DigestingPlugIn.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DigestingPlugIn.java      7 Aug 2003 04:02:42 -0000       1.3
  +++ DigestingPlugIn.java      10 Aug 2003 10:20:50 -0000      1.4
  @@ -87,7 +87,7 @@
    * @author Joe Germuska
    * @author David Graham
    * @version $Revision$
  - * @see PlugIn
  + * @see org.apache.struts.PlugIn
    * @since Struts 1.2
    */
   public class DigestingPlugIn implements PlugIn {
  @@ -231,7 +231,7 @@
        * @return a configured Digester
        * @throws FileNotFoundException
        * @throws MalformedURLException
  -     * @see getConfigURL(String, String)
  +     * @see #getConfigURL(String, String)
        */
       protected Digester digesterFromXml(String path, String source)
           throws IOException {
  @@ -350,7 +350,7 @@
   
       /**
        * @param configPath the path to configuration information for this PlugIn.
  -     * @see configSource
  +     * @see #configSource
        */
       public void setConfigPath(String configPath) {
           this.configPath = configPath;
  @@ -358,7 +358,7 @@
   
       /**
        * @return the configPath property
  -     * @see configSource
  +     * @see #configSource
        */
       public String getConfigPath() {
           return configPath;
  @@ -381,7 +381,7 @@
        * </li>
        * </ul>
        * @param configSource the source (lookup method) for the config file.
  -     * @see configPath
  +     * @see #configPath
        */
       public void setConfigSource(String configSource) {
           this.configSource = configSource;
  @@ -390,7 +390,7 @@
       /**
        * @return the string describing which access method should be used to 
        * resolve configPath.
  -     * @see configPath
  +     * @see #configPath
        */
       public String getConfigSource() {
           return configSource;
  @@ -440,8 +440,8 @@
       /**
        * <p>The path to a Digester XML configuration file, relative to the
        * <code>digesterSource</code> property. (Optional)</p>
  -     * @see digesterSource
  -     * @see getConfigURL(String, String)
  +     * @see #digesterSource
  +     * @see #getConfigURL(String, String)
        */
       public void setDigesterPath(String digesterPath) {
           this.digesterPath = digesterPath;
  @@ -449,8 +449,8 @@
   
       /**
        * @return the configured path to a Digester XML config file, or null.
  -     * @see digesterSource
  -     * @see getConfigURL(String, String)
  +     * @see #digesterSource
  +     * @see #getConfigURL(String, String)
        */
       public String getDigesterPath() {
           return digesterPath;
  @@ -461,7 +461,7 @@
        * (Optional)
        * </p>
        * @param digesterSource
  -     * @see getConfigURL(String, String)
  +     * @see #getConfigURL(String, String)
        */
       public void setDigesterSource(String digesterSource) {
           this.digesterSource = digesterSource;
  @@ -470,7 +470,7 @@
       /**
        * @return the configured lookup mechanism for resolving 
        * <code>digesterPath</code>.
  -     * @see getConfigURL(String, String)
  +     * @see #getConfigURL(String, String)
        */
       public String getDigesterSource() {
           return this.digesterSource;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to