mirror of https://github.com/apache/lucene.git
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:
parent
dc3c5db794
commit
a5f1159a6f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue