Added comments to all class headers. Comments to individual methods will
be added as needed.
This commit is contained in:
parent
b4e4decc2e
commit
37b29c8d33
24 changed files with 157 additions and 18 deletions
|
@ -19,6 +19,10 @@ Contributor(s): ______________________________________.
|
|||
package org.thdl.tib.scanner;
|
||||
import java.util.*;
|
||||
|
||||
/** Defines the core methods required to provide access to a dictionary; local or remote.
|
||||
|
||||
@author Andrés Montano Pellegrini
|
||||
*/
|
||||
public interface TibetanScanner
|
||||
{
|
||||
public static final String copyrightUnicode="Copyright " + '\u00A9' + " 2000-2002 by Andr" + '\u00E9' + "s Montano Pellegrini, all rights reserved.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue