[jboss-cvs] JBossAS SVN: r85576 - branches/Branch_5_x/system/src/main/org/jboss/system/tools.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 17:08:34 EST 2009


Author: alesj
Date: 2009-03-06 17:08:34 -0500 (Fri, 06 Mar 2009)
New Revision: 85576

Modified:
   branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentRepositoryAdapter.java
   branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentScannerMBean.java
Log:
javadocs

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentRepositoryAdapter.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentRepositoryAdapter.java	2009-03-06 22:07:55 UTC (rev 85575)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentRepositoryAdapter.java	2009-03-06 22:08:34 UTC (rev 85576)
@@ -58,7 +58,7 @@
    void removeURL(URL url) throws URISyntaxException;
 
    /**
-    * Do this repository contain a url.
+    * Does this repository contain a url.
     *
     * @param url the url
     * @return true if the url is contained

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentScannerMBean.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentScannerMBean.java	2009-03-06 22:07:55 UTC (rev 85575)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/tools/DeploymentScannerMBean.java	2009-03-06 22:08:34 UTC (rev 85576)
@@ -77,7 +77,7 @@
    void removeURL(URL url) throws URISyntaxException;
 
    /**
-    * Do this repository contain a url.
+    * Does this repository contain a url.
     *
     * @param url the url
     * @return true if the url is contained
@@ -87,7 +87,7 @@
    boolean hasURL(String url) throws MalformedURLException, URISyntaxException;
 
    /**
-    * Do this repository contain a url.
+    * Does this repository contain a url.
     *
     * @param url the url
     * @return true if the url is contained




More information about the jboss-cvs-commits mailing list