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:
parent
16ee953581
commit
21ca5db320
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue