Fixing javadoc

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1771 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2010-05-12 22:42:20 +00:00
parent 16ee953581
commit 21ca5db320
1 changed files with 3 additions and 3 deletions

View File

@ -422,7 +422,7 @@ public class Config
* Get the classpath for the named section
*
* @param sectionId
* @return
* @return the classpath for the specified section id
*/
public Classpath getSectionClasspath(String sectionId)
{
@ -432,7 +432,7 @@ public class Config
/**
* Get the list of section Ids.
*
* @return
* @return the set of unique section ids
*/
public Set<String> getSectionIds()
{
@ -517,7 +517,7 @@ public class Config
/**
* Parse the configuration
*
* @param buf
* @param stream the stream to read from
* @throws IOException
*/
public void parse(InputStream stream) throws IOException