Skip to content

Commit

Permalink
Added missing JavaDoc @return parameter.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.jboss.org/repos/modeshape/trunk@1577 76366958-4244-0410-ad5e-bbfabb93f86b
  • Loading branch information
Randall Hauch committed Jan 9, 2010
1 parent ad6a900 commit 3d36564
Showing 1 changed file with 6 additions and 5 deletions.
Expand Up @@ -30,11 +30,11 @@
* <pre>
* &lt;GlobalNamingResources&gt;
* &lt;!-- Other configuration omitted --&gt;
* &lt;Resource name="jcr/local" auth="Container"
* type="javax.jcr.Repository"
* factory="org.jboss.dna.jcr.JndiRepositoryFactory"
* configFile="/tck/default/configRepository.xml"
* repositoryName="Test Repository Source"
* &lt;Resource name=&quot;jcr/local&quot; auth=&quot;Container&quot;
* type=&quot;javax.jcr.Repository&quot;
* factory=&quot;org.jboss.dna.jcr.JndiRepositoryFactory&quot;
* configFile=&quot;/tck/default/configRepository.xml&quot;
* repositoryName=&quot;Test Repository Source&quot;
* /&gt;
* &lt;/GlobalNamingResources&gt;
* </pre>
Expand Down Expand Up @@ -110,6 +110,7 @@ private static synchronized void initializeEngine( String configResourceName )
* @param name ignored
* @param nameCtx ignored
* @param environment ignored
* @return the repository; never null
* @throws IOException if there is an error or problem reading the configuration resource at the supplied path
* @throws SAXException if the contents of the configuration resource are not valid XML
* @throws NamingException if there is an error registering the namespace listener
Expand Down

0 comments on commit 3d36564

Please sign in to comment.