fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-07-26 23:53:33 +00:00
parent dc3c5db794
commit a5f1159a6f
1 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ public class HyphenationCompoundWordTokenFilter extends
*
* @param hyphenationFilename the filename of the XML grammar to load
* @return An object representing the hyphenation patterns
* @throws Exception
* @throws IOException
*/
public static HyphenationTree getHyphenationTree(String hyphenationFilename)
throws IOException {
@ -144,7 +144,7 @@ public class HyphenationCompoundWordTokenFilter extends
*
* @param hyphenationFile the file of the XML grammar to load
* @return An object representing the hyphenation patterns
* @throws Exception
* @throws IOException
*/
public static HyphenationTree getHyphenationTree(File hyphenationFile)
throws IOException {
@ -156,7 +156,7 @@ public class HyphenationCompoundWordTokenFilter extends
*
* @param hyphenationSource the InputSource pointing to the XML grammar
* @return An object representing the hyphenation patterns
* @throws Exception
* @throws IOException
*/
public static HyphenationTree getHyphenationTree(InputSource hyphenationSource)
throws IOException {